Html Css Color HEX #CCC08A Winter Hazel

📋 copy color: '#CCC08A'

red 204 ◦ green 192 ◦ blue 138

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

Shades of Winter Hazel #CCC08A

Tints of Winter Hazel #CCC08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 38.2%
G = 35.96%
B = 25.84%

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

#CCC08A (or 0xCCC08A) is known color: Winter Hazel. HEX triplet: CC, C0 and 8A. RGB value is (204,192,138). Sum of RGB (Red+Green+Blue) = 204+192+138=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08A is #333F75. Grayscale: #BDBDBD. Windows color (decimal): -3358582 or 9093324. OLE color: 9093324.

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

Color convert

RGB 204 192 138 -
CMYK 0 0.06 0.32 0.2
HSL 49.09º 0.39% 0.67% -
HSV(B) 49.09º 0.32% 0.8% -
XYZ 48.34 52.37 31.61 -
YUV 189.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 204 192 138 0 0.06 0.32 0.2 49.09 0.39 0.67
Hex CC C0 8A 0 6 20 14 31 27 43
Octal 314 300 212 0 6 40 24 61 47 103
Binary 11001100 11000000 10001010 0 110 100000 10100 110001 100111 1000011

Color Harmonies of #CCC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC08A

Black with #CCC08A

Text Example


Text Example

White with #CCC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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