Html Css Color HEX #CCC688 Winter Hazel

📋 copy color: '#CCC688'

red 204 ◦ green 198 ◦ blue 136

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

Shades of Winter Hazel #CCC688

Tints of Winter Hazel #CCC688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 25.28%

R = 37.92%
G = 36.8%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCC688 (or 0xCCC688) is known color: Winter Hazel. HEX triplet: CC, C6 and 88. RGB value is (204,198,136). Sum of RGB (Red+Green+Blue) = 204+198+136=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC688 is #333977. Grayscale: #C0C0C0. Windows color (decimal): -3357048 or 8963788. OLE color: 8963788.

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

Color convert

RGB 204 198 136 -
CMYK 0 0.03 0.33 0.2
HSL 54.71º 0.4% 0.67% -
HSV(B) 54.71º 0.33% 0.8% -
XYZ 49.54 55 31.3 -
YUV 192.73 95.99 136.04 -
System Red Green Blue C M Y K H S L
Decimal 204 198 136 0 0.03 0.33 0.2 54.71 0.4 0.67
Hex CC C6 88 0 3 21 14 37 28 43
Octal 314 306 210 0 3 41 24 67 50 103
Binary 11001100 11000110 10001000 0 11 100001 10100 110111 101000 1000011

Color Harmonies of #CCC688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC688

Black with #CCC688

Text Example


Text Example

White with #CCC688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC688; }

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

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

background-color css

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

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

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

border-color css

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

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

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