Html Css Color HEX #CCC188 Winter Hazel

📋 copy color: '#CCC188'

red 204 ◦ green 193 ◦ blue 136

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

Shades of Winter Hazel #CCC188

Tints of Winter Hazel #CCC188

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.21%

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

R = 38.27%
G = 36.21%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCC188 (or 0xCCC188) is known color: Winter Hazel. HEX triplet: CC, C1 and 88. RGB value is (204,193,136). Sum of RGB (Red+Green+Blue) = 204+193+136=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC188 is #333E77. Grayscale: #BEBEBE. Windows color (decimal): -3358328 or 8962508. OLE color: 8962508.

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

Color convert

RGB 204 193 136 -
CMYK 0 0.05 0.33 0.2
HSL 50.29º 0.4% 0.67% -
HSV(B) 50.29º 0.33% 0.8% -
XYZ 48.42 52.75 30.92 -
YUV 189.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 204 193 136 0 0.05 0.33 0.2 50.29 0.4 0.67
Hex CC C1 88 0 5 21 14 32 28 43
Octal 314 301 210 0 5 41 24 62 50 103
Binary 11001100 11000001 10001000 0 101 100001 10100 110010 101000 1000011

Color Harmonies of #CCC188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC188

Black with #CCC188

Text Example


Text Example

White with #CCC188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC188; }

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

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

background-color css

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

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

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

border-color css

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

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

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