Html Css Color HEX #CCC07E Winter Hazel

📋 copy color: '#CCC07E'

red 204 ◦ green 192 ◦ blue 126

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

Shades of Winter Hazel #CCC07E

Tints of Winter Hazel #CCC07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.78%

 BLUE value IS 126 (49.61% from 255) = 24.14%

R = 39.08%
G = 36.78%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCC07E (or 0xCCC07E) is known color: Winter Hazel. HEX triplet: CC, C0 and 7E. RGB value is (204,192,126). Sum of RGB (Red+Green+Blue) = 204+192+126=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC07E is #333F81. Grayscale: #BCBCBC. Windows color (decimal): -3358594 or 8306892. OLE color: 8306892.

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

Color convert

RGB 204 192 126 -
CMYK 0 0.06 0.38 0.2
HSL 50.77º 0.43% 0.65% -
HSV(B) 50.77º 0.38% 0.8% -
XYZ 47.52 52.04 27.28 -
YUV 188.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 204 192 126 0 0.06 0.38 0.2 50.77 0.43 0.65
Hex CC C0 7E 0 6 26 14 33 2B 41
Octal 314 300 176 0 6 46 24 63 53 101
Binary 11001100 11000000 1111110 0 110 100110 10100 110011 101011 1000001

Color Harmonies of #CCC07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC07E

Black with #CCC07E

Text Example


Text Example

White with #CCC07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC07E; }

 p { color: rgb(204,192,126); }

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

background-color css

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

 a { background-color: rgb(204,192,126); }

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

border-color css

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

 span { border-color: rgb(204,192,126); }

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