#CCC38B

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

Shades of Winter Hazel #CCC38B

Tints of Winter Hazel #CCC38B

Color information

#CCC38B (or 0xCCC38B) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 8B. RGB value is (204,195,139). Sum of RGB (Red+Green+Blue) = 204+195+139=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38B is #333C74. Grayscale: #BFBFBF. Windows color (decimal): -3357813 or 9159628. OLE color: 9159628.

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

Color convert

RGB204195139-
CMYK00.040.320.2
HSL51.69º38.92%67.25%-
HSV(B)51.69º31.86%80%-
XYZ49.0853.7332.21-
YUV191.3198.48137.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 139 (54.69% from 255) = 25.84%
R=37.92%
G=36.25%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419513900.040.320.251.6938.9267.25
HexCCC38B042014342743
Octal3143032130440246447103
Binary1100110011000011100010110100100000101001101001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC38B; }

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

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

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

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

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

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

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

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