Html Css Color HEX #CCC085 Winter Hazel

📋 copy color: '#CCC085'

red 204 ◦ green 192 ◦ blue 133

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

Shades of Winter Hazel #CCC085

Tints of Winter Hazel #CCC085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.14%

R = 38.56%
G = 36.29%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCC085 (or 0xCCC085) is known color: Winter Hazel. HEX triplet: CC, C0 and 85. RGB value is (204,192,133). Sum of RGB (Red+Green+Blue) = 204+192+133=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC085 is #333F7A. Grayscale: #BDBDBD. Windows color (decimal): -3358587 or 8765644. OLE color: 8765644.

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

Color convert

RGB 204 192 133 -
CMYK 0 0.06 0.35 0.2
HSL 49.86º 0.41% 0.66% -
HSV(B) 49.86º 0.35% 0.8% -
XYZ 47.99 52.23 29.74 -
YUV 188.86 96.48 138.8 -
System Red Green Blue C M Y K H S L
Decimal 204 192 133 0 0.06 0.35 0.2 49.86 0.41 0.66
Hex CC C0 85 0 6 23 14 32 29 42
Octal 314 300 205 0 6 43 24 62 51 102
Binary 11001100 11000000 10000101 0 110 100011 10100 110010 101001 1000010

Color Harmonies of #CCC085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC085

Black with #CCC085

Text Example


Text Example

White with #CCC085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC085; }

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

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

background-color css

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

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

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

border-color css

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

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

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