Html Css Color HEX #CCC383 Winter Hazel

📋 copy color: '#CCC383'

red 204 ◦ green 195 ◦ blue 131

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

Shades of Winter Hazel #CCC383

Tints of Winter Hazel #CCC383

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

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

R = 38.49%
G = 36.79%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCC383 (or 0xCCC383) is known color: Winter Hazel. HEX triplet: CC, C3 and 83. RGB value is (204,195,131). Sum of RGB (Red+Green+Blue) = 204+195+131=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC383 is #333C7C. Grayscale: #BEBEBE. Windows color (decimal): -3357821 or 8635340. OLE color: 8635340.

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

Color convert

RGB 204 195 131 -
CMYK 0 0.04 0.36 0.2
HSL 52.6º 0.42% 0.66% -
HSV(B) 52.6º 0.36% 0.8% -
XYZ 48.51 53.51 29.24 -
YUV 190.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 204 195 131 0 0.04 0.36 0.2 52.6 0.42 0.66
Hex CC C3 83 0 4 24 14 35 2A 42
Octal 314 303 203 0 4 44 24 65 52 102
Binary 11001100 11000011 10000011 0 100 100100 10100 110101 101010 1000010

Color Harmonies of #CCC383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC383

Black with #CCC383

Text Example


Text Example

White with #CCC383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC383; }

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

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

background-color css

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

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

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

border-color css

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

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

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