Html Css Color HEX #CCC183 Winter Hazel

📋 copy color: '#CCC183'

red 204 ◦ green 193 ◦ blue 131

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

Shades of Winter Hazel #CCC183

Tints of Winter Hazel #CCC183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.81%

R = 38.64%
G = 36.55%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCC183 (or 0xCCC183) is known color: Winter Hazel. HEX triplet: CC, C1 and 83. RGB value is (204,193,131). Sum of RGB (Red+Green+Blue) = 204+193+131=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC183 is #333E7C. Grayscale: #BDBDBD. Windows color (decimal): -3358333 or 8634828. OLE color: 8634828.

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

Color convert

RGB 204 193 131 -
CMYK 0 0.05 0.36 0.2
HSL 50.96º 0.42% 0.66% -
HSV(B) 50.96º 0.36% 0.8% -
XYZ 48.07 52.62 29.1 -
YUV 189.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 204 193 131 0 0.05 0.36 0.2 50.96 0.42 0.66
Hex CC C1 83 0 5 24 14 33 2A 42
Octal 314 301 203 0 5 44 24 63 52 102
Binary 11001100 11000001 10000011 0 101 100100 10100 110011 101010 1000010

Color Harmonies of #CCC183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC183

Black with #CCC183

Text Example


Text Example

White with #CCC183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC183; }

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

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

background-color css

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

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

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

border-color css

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

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

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