Html Css Color HEX #CCC78E Winter Hazel

📋 copy color: '#CCC78E'

red 204 ◦ green 199 ◦ blue 142

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

Shades of Winter Hazel #CCC78E

Tints of Winter Hazel #CCC78E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.51%

 BLUE value IS 142 (55.86% from 255) = 26.06%

R = 37.43%
G = 36.51%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC78E (or 0xCCC78E) is known color: Winter Hazel. HEX triplet: CC, C7 and 8E. RGB value is (204,199,142). Sum of RGB (Red+Green+Blue) = 204+199+142=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC78E is #333871. Grayscale: #C2C2C2. Windows color (decimal): -3356786 or 9357260. OLE color: 9357260.

HSL color Cylindrical-coordinate representation of color #CCC78E: hue angle of 55.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCC78E is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 142 -
CMYK 0 0.02 0.30 0.2
HSL 55.16º 0.38% 0.68% -
HSV(B) 55.16º 0.3% 0.8% -
XYZ 50.21 55.64 33.68 -
YUV 194 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 204 199 142 0 0.02 0.30 0.2 55.16 0.38 0.68
Hex CC C7 8E 0 2 1E 14 37 26 44
Octal 314 307 216 0 2 36 24 67 46 104
Binary 11001100 11000111 10001110 0 10 11110 10100 110111 100110 1000100

Color Harmonies of #CCC78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC78E

Black with #CCC78E

Text Example


Text Example

White with #CCC78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC78E; }

 p { color: rgb(204,199,142); }

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

background-color css

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

 a { background-color: rgb(204,199,142); }

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

border-color css

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

 span { border-color: rgb(204,199,142); }

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