Html Css Color HEX #CCC68E Winter Hazel

📋 copy color: '#CCC68E'

red 204 ◦ green 198 ◦ blue 142

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

Shades of Winter Hazel #CCC68E

Tints of Winter Hazel #CCC68E

RGB

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

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

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

R = 37.5%
G = 36.4%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC68E (or 0xCCC68E) is known color: Winter Hazel. HEX triplet: CC, C6 and 8E. RGB value is (204,198,142). Sum of RGB (Red+Green+Blue) = 204+198+142=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC68E is #333971. Grayscale: #C1C1C1. Windows color (decimal): -3357042 or 9357004. OLE color: 9357004.

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

Color convert

RGB 204 198 142 -
CMYK 0 0.03 0.30 0.2
HSL 54.19º 0.38% 0.68% -
HSV(B) 54.19º 0.3% 0.8% -
XYZ 49.98 55.18 33.61 -
YUV 193.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 204 198 142 0 0.03 0.30 0.2 54.19 0.38 0.68
Hex CC C6 8E 0 3 1E 14 36 26 44
Octal 314 306 216 0 3 36 24 66 46 104
Binary 11001100 11000110 10001110 0 11 11110 10100 110110 100110 1000100

Color Harmonies of #CCC68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC68E

Black with #CCC68E

Text Example


Text Example

White with #CCC68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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