Html Css Color HEX #CCC184 Winter Hazel

📋 copy color: '#CCC184'

red 204 ◦ green 193 ◦ blue 132

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

Shades of Winter Hazel #CCC184

Tints of Winter Hazel #CCC184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 24.95%

R = 38.56%
G = 36.48%
B = 24.95%

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

#CCC184 (or 0xCCC184) is known color: Winter Hazel. HEX triplet: CC, C1 and 84. RGB value is (204,193,132). Sum of RGB (Red+Green+Blue) = 204+193+132=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 132 (51.95% from 255 or 24.95% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC184 is #333E7B. Grayscale: #BDBDBD. Windows color (decimal): -3358332 or 8700364. OLE color: 8700364.

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

Color convert

RGB 204 193 132 -
CMYK 0 0.05 0.35 0.2
HSL 50.83º 0.41% 0.66% -
HSV(B) 50.83º 0.35% 0.8% -
XYZ 48.14 52.64 29.45 -
YUV 189.34 95.64 138.46 -
System Red Green Blue C M Y K H S L
Decimal 204 193 132 0 0.05 0.35 0.2 50.83 0.41 0.66
Hex CC C1 84 0 5 23 14 33 29 42
Octal 314 301 204 0 5 43 24 63 51 102
Binary 11001100 11000001 10000100 0 101 100011 10100 110011 101001 1000010

Color Harmonies of #CCC184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC184

Black with #CCC184

Text Example


Text Example

White with #CCC184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC184; }

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

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

background-color css

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

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

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

border-color css

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

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

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