Html Css Color HEX #CCC78C Winter Hazel

📋 copy color: '#CCC78C'

red 204 ◦ green 199 ◦ blue 140

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

Shades of Winter Hazel #CCC78C

Tints of Winter Hazel #CCC78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 37.57%
G = 36.65%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC78C (or 0xCCC78C) is known color: Winter Hazel. HEX triplet: CC, C7 and 8C. RGB value is (204,199,140). Sum of RGB (Red+Green+Blue) = 204+199+140=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC78C is #333873. Grayscale: #C2C2C2. Windows color (decimal): -3356788 or 9226188. OLE color: 9226188.

HSL color Cylindrical-coordinate representation of color #CCC78C: hue angle of 55.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC78C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 140 -
CMYK 0 0.02 0.31 0.2
HSL 55.31º 0.39% 0.67% -
HSV(B) 55.31º 0.31% 0.8% -
XYZ 50.06 55.58 32.9 -
YUV 193.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 204 199 140 0 0.02 0.31 0.2 55.31 0.39 0.67
Hex CC C7 8C 0 2 1F 14 37 27 43
Octal 314 307 214 0 2 37 24 67 47 103
Binary 11001100 11000111 10001100 0 10 11111 10100 110111 100111 1000011

Color Harmonies of #CCC78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC78C

Black with #CCC78C

Text Example


Text Example

White with #CCC78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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