Html Css Color HEX #CCC388 Winter Hazel

📋 copy color: '#CCC388'

red 204 ◦ green 195 ◦ blue 136

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

Shades of Winter Hazel #CCC388

Tints of Winter Hazel #CCC388

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 38.13%
G = 36.45%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCC388 (or 0xCCC388) is known color: Winter Hazel. HEX triplet: CC, C3 and 88. RGB value is (204,195,136). Sum of RGB (Red+Green+Blue) = 204+195+136=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC388 is #333C77. Grayscale: #BFBFBF. Windows color (decimal): -3357816 or 8963020. OLE color: 8963020.

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

Color convert

RGB 204 195 136 -
CMYK 0 0.04 0.33 0.2
HSL 52.06º 0.4% 0.67% -
HSV(B) 52.06º 0.33% 0.8% -
XYZ 48.86 53.65 31.07 -
YUV 190.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 204 195 136 0 0.04 0.33 0.2 52.06 0.4 0.67
Hex CC C3 88 0 4 21 14 34 28 43
Octal 314 303 210 0 4 41 24 64 50 103
Binary 11001100 11000011 10001000 0 100 100001 10100 110100 101000 1000011

Color Harmonies of #CCC388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC388

Black with #CCC388

Text Example


Text Example

White with #CCC388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC388; }

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

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

background-color css

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

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

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

border-color css

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

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

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