Html Css Color HEX #CCC283 Winter Hazel

📋 copy color: '#CCC283'

red 204 ◦ green 194 ◦ blue 131

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

Shades of Winter Hazel #CCC283

Tints of Winter Hazel #CCC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.67%

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

R = 38.56%
G = 36.67%
B = 24.76%

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

#CCC283 (or 0xCCC283) is known color: Winter Hazel. HEX triplet: CC, C2 and 83. RGB value is (204,194,131). Sum of RGB (Red+Green+Blue) = 204+194+131=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC283 is #333D7C. Grayscale: #BEBEBE. Windows color (decimal): -3358077 or 8635084. OLE color: 8635084.

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

Color convert

RGB 204 194 131 -
CMYK 0 0.05 0.36 0.2
HSL 51.78º 0.42% 0.66% -
HSV(B) 51.78º 0.36% 0.8% -
XYZ 48.29 53.06 29.17 -
YUV 189.81 94.81 138.12 -
System Red Green Blue C M Y K H S L
Decimal 204 194 131 0 0.05 0.36 0.2 51.78 0.42 0.66
Hex CC C2 83 0 5 24 14 34 2A 42
Octal 314 302 203 0 5 44 24 64 52 102
Binary 11001100 11000010 10000011 0 101 100100 10100 110100 101010 1000010

Color Harmonies of #CCC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC283

Black with #CCC283

Text Example


Text Example

White with #CCC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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