Html Css Color HEX #CCC185 Winter Hazel

📋 copy color: '#CCC185'

red 204 ◦ green 193 ◦ blue 133

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

Shades of Winter Hazel #CCC185

Tints of Winter Hazel #CCC185

RGB

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

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

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

R = 38.49%
G = 36.42%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCC185 (or 0xCCC185) is known color: Winter Hazel. HEX triplet: CC, C1 and 85. RGB value is (204,193,133). Sum of RGB (Red+Green+Blue) = 204+193+133=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 133 (52.34% from 255 or 25.09% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC185 is #333E7A. Grayscale: #BDBDBD. Windows color (decimal): -3358331 or 8765900. OLE color: 8765900.

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

Color convert

RGB 204 193 133 -
CMYK 0 0.05 0.35 0.2
HSL 50.7º 0.41% 0.66% -
HSV(B) 50.7º 0.35% 0.8% -
XYZ 48.21 52.67 29.82 -
YUV 189.45 96.14 138.38 -
System Red Green Blue C M Y K H S L
Decimal 204 193 133 0 0.05 0.35 0.2 50.7 0.41 0.66
Hex CC C1 85 0 5 23 14 33 29 42
Octal 314 301 205 0 5 43 24 63 51 102
Binary 11001100 11000001 10000101 0 101 100011 10100 110011 101001 1000010

Color Harmonies of #CCC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC185

Black with #CCC185

Text Example


Text Example

White with #CCC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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