Html Css Color HEX #CCB859 Tacha

📋 copy color: '#CCB859'

red 204 ◦ green 184 ◦ blue 89

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

Shades of Tacha #CCB859

Tints of Tacha #CCB859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.57%

 BLUE value IS 89 (35.16% from 255) = 18.66%

R = 42.77%
G = 38.57%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB859 (or 0xCCB859) is known color: Tacha. HEX triplet: CC, B8 and 59. RGB value is (204,184,89). Sum of RGB (Red+Green+Blue) = 204+184+89=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 89 (35.16% from 255 or 18.66% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB859 is #3347A6. Grayscale: #B3B3B3. Windows color (decimal): -3360679 or 5880012. OLE color: 5880012.

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

Color convert

RGB 204 184 89 -
CMYK 0 0.10 0.56 0.2
HSL 49.57º 0.53% 0.57% -
HSV(B) 49.57º 0.56% 0.8% -
XYZ 43.85 47.84 16.37 -
YUV 179.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 204 184 89 0 0.10 0.56 0.2 49.57 0.53 0.57
Hex CC B8 59 0 A 38 14 32 35 39
Octal 314 270 131 0 12 70 24 62 65 71
Binary 11001100 10111000 1011001 0 1010 111000 10100 110010 110101 111001

Color Harmonies of #CCB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB859

Black with #CCB859

Text Example


Text Example

White with #CCB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB859; }

 p { color: rgb(204,184,89); }

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

background-color css

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

 a { background-color: rgb(204,184,89); }

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

border-color css

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

 span { border-color: rgb(204,184,89); }

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