Html Css Color HEX #CCC67E Winter Hazel

📋 copy color: '#CCC67E'

red 204 ◦ green 198 ◦ blue 126

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

Shades of Winter Hazel #CCC67E

Tints of Winter Hazel #CCC67E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

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

R = 38.64%
G = 37.5%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCC67E (or 0xCCC67E) is known color: Winter Hazel. HEX triplet: CC, C6 and 7E. RGB value is (204,198,126). Sum of RGB (Red+Green+Blue) = 204+198+126=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC67E is #333981. Grayscale: #BFBFBF. Windows color (decimal): -3357058 or 8308428. OLE color: 8308428.

HSL color Cylindrical-coordinate representation of color #CCC67E: hue angle of 55.38º 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 #CCC67E is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 198 126 -
CMYK 0 0.03 0.38 0.2
HSL 55.38º 0.43% 0.65% -
HSV(B) 55.38º 0.38% 0.8% -
XYZ 48.86 54.73 27.73 -
YUV 191.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 204 198 126 0 0.03 0.38 0.2 55.38 0.43 0.65
Hex CC C6 7E 0 3 26 14 37 2B 41
Octal 314 306 176 0 3 46 24 67 53 101
Binary 11001100 11000110 1111110 0 11 100110 10100 110111 101011 1000001

Color Harmonies of #CCC67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC67E

Black with #CCC67E

Text Example


Text Example

White with #CCC67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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