Html Css Color HEX #CCBA58 Tacha

📋 copy color: '#CCBA58'

red 204 ◦ green 186 ◦ blue 88

#CCBA58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CCBA58

Tints of Tacha #CCBA58

RGB

 RED value IS 204 (80.08% from 255) = 42.68%

 GREEN value IS 186 (73.05% from 255) = 38.91%

 BLUE value IS 88 (34.77% from 255) = 18.41%

R = 42.68%
G = 38.91%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCBA58 (or 0xCCBA58) is known color: Tacha. HEX triplet: CC, BA and 58. RGB value is (204,186,88). Sum of RGB (Red+Green+Blue) = 204+186+88=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 88 (34.77% from 255 or 18.41% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA58 is #3345A7. Grayscale: #B4B4B4. Windows color (decimal): -3360168 or 5814988. OLE color: 5814988.

HSL color Cylindrical-coordinate representation of color #CCBA58: hue angle of 50.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCBA58 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 88 -
CMYK 0 0.09 0.57 0.2
HSL 50.69º 0.53% 0.57% -
HSV(B) 50.69º 0.57% 0.8% -
XYZ 44.22 48.66 16.29 -
YUV 180.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 204 186 88 0 0.09 0.57 0.2 50.69 0.53 0.57
Hex CC BA 58 0 9 39 14 33 35 39
Octal 314 272 130 0 11 71 24 63 65 71
Binary 11001100 10111010 1011000 0 1001 111001 10100 110011 110101 111001

Color Harmonies of #CCBA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA58

Black with #CCBA58

Text Example


Text Example

White with #CCBA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA58; }

 p { color: rgb(204,186,88); }

 H1.HeaderClassName
 {
   color: #CCBA58;
 }
 .AnyTagClassName
 {
   color: #CCBA58;
 }
</style>

background-color css

<style>
 a { background-color: #CCBA58; }

 a { background-color: rgb(204,186,88); }

 div.DivClassName
 {
   background-color: #CCBA58;
 }
 .BgClassName
 {
   background-color: #CCBA58;
 }
</style>

border-color css

<style>
 span { border-color: #CCBA58; }

 span { border-color: rgb(204,186,88); }

 td.TdClassName
 {
   border-color: #CCBA58;
 }
 .TagClassName
 {
   border-color: #CCBA58;
 }
</style>