#CCC38D

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

Shades of Winter Hazel #CCC38D

Tints of Winter Hazel #CCC38D

Color information

#CCC38D (or 0xCCC38D) is unknown color: approx Winter Hazel. HEX triplet: CC, C3 and 8D. RGB value is (204,195,141). Sum of RGB (Red+Green+Blue) = 204+195+141=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC38D is #333C72. Grayscale: #BFBFBF. Windows color (decimal): -3357811 or 9290700. OLE color: 9290700.

HSL color Cylindrical-coordinate representation of color #CCC38D: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCC38D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204195141-
CMYK00.040.310.2
HSL51.43º38.18%67.65%-
HSV(B)51.43º30.88%80%-
XYZ49.2253.7932.99-
YUV191.5499.48136.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=37.78%
G=36.11%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419514100.040.310.251.4338.1867.65
HexCCC38D041F14332644
Octal3143032150437246346104
Binary110011001100001110001101010011111101001100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC38D; }

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

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

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

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

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

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

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

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