Html Css Color HEX #CCC08B Winter Hazel

📋 copy color: '#CCC08B'

red 204 ◦ green 192 ◦ blue 139

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

Shades of Winter Hazel #CCC08B

Tints of Winter Hazel #CCC08B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.89%

 BLUE value IS 139 (54.69% from 255) = 25.98%

R = 38.13%
G = 35.89%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCC08B (or 0xCCC08B) is known color: Winter Hazel. HEX triplet: CC, C0 and 8B. RGB value is (204,192,139). Sum of RGB (Red+Green+Blue) = 204+192+139=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 139 (54.69% from 255 or 25.98% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08B is #333F74. Grayscale: #BDBDBD. Windows color (decimal): -3358581 or 9158860. OLE color: 9158860.

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

Color convert

RGB 204 192 139 -
CMYK 0 0.06 0.32 0.2
HSL 48.92º 0.39% 0.67% -
HSV(B) 48.92º 0.32% 0.8% -
XYZ 48.41 52.4 31.99 -
YUV 189.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 204 192 139 0 0.06 0.32 0.2 48.92 0.39 0.67
Hex CC C0 8B 0 6 20 14 31 27 43
Octal 314 300 213 0 6 40 24 61 47 103
Binary 11001100 11000000 10001011 0 110 100000 10100 110001 100111 1000011

Color Harmonies of #CCC08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC08B

Black with #CCC08B

Text Example


Text Example

White with #CCC08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC08B; }

 p { color: rgb(204,192,139); }

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

background-color css

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

 a { background-color: rgb(204,192,139); }

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

border-color css

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

 span { border-color: rgb(204,192,139); }

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