Html Css Color HEX #CCC78D Winter Hazel

📋 copy color: '#CCC78D'

red 204 ◦ green 199 ◦ blue 141

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

Shades of Winter Hazel #CCC78D

Tints of Winter Hazel #CCC78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.92%

R = 37.5%
G = 36.58%
B = 25.92%

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

#CCC78D (or 0xCCC78D) is known color: Winter Hazel. HEX triplet: CC, C7 and 8D. RGB value is (204,199,141). Sum of RGB (Red+Green+Blue) = 204+199+141=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC78D is #333872. Grayscale: #C2C2C2. Windows color (decimal): -3356787 or 9291724. OLE color: 9291724.

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

Color convert

RGB 204 199 141 -
CMYK 0 0.02 0.31 0.2
HSL 55.24º 0.38% 0.68% -
HSV(B) 55.24º 0.31% 0.8% -
XYZ 50.13 55.61 33.29 -
YUV 193.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 204 199 141 0 0.02 0.31 0.2 55.24 0.38 0.68
Hex CC C7 8D 0 2 1F 14 37 26 44
Octal 314 307 215 0 2 37 24 67 46 104
Binary 11001100 11000111 10001101 0 10 11111 10100 110111 100110 1000100

Color Harmonies of #CCC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC78D

Black with #CCC78D

Text Example


Text Example

White with #CCC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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