#CCC28B

Color #CCC28B Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC28B

Tints of Winter Hazel #CCC28B

Color information

#CCC28B (or 0xCCC28B) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 8B. RGB value is (204,194,139). Sum of RGB (Red+Green+Blue) = 204+194+139=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC28B is #333D74. Grayscale: #BEBEBE. Windows color (decimal): -3358069 or 9159372. OLE color: 9159372.

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

Color convert

RGB204194139-
CMYK00.050.320.2
HSL50.77º38.92%67.25%-
HSV(B)50.77º31.86%80%-
XYZ48.8553.2932.14-
YUV190.7298.81137.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 139 (54.69% from 255) = 25.88%
R=37.99%
G=36.13%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419413900.050.320.250.7738.9267.25
HexCCC28B052014332743
Octal3143022130540246347103
Binary1100110011000010100010110101100000101001100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC28B; }

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

 H1.HeaderClassName
 {
   color: #CCC28B;
 }
 .AnyTagClassName
 {
   color: #CCC28B;
 }
</style>
background-color css

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

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

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

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

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

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