#CCC18D

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

Shades of Winter Hazel #CCC18D

Tints of Winter Hazel #CCC18D

Color information

#CCC18D (or 0xCCC18D) is unknown color: approx Winter Hazel. HEX triplet: CC, C1 and 8D. RGB value is (204,193,141). Sum of RGB (Red+Green+Blue) = 204+193+141=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC18D is #333E72. Grayscale: #BEBEBE. Windows color (decimal): -3358323 or 9290188. OLE color: 9290188.

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

Color convert

RGB204193141-
CMYK00.050.310.2
HSL49.52º38.18%67.65%-
HSV(B)49.52º30.88%80%-
XYZ48.7852.932.84-
YUV190.36100.14137.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=37.92%
G=35.87%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419314100.050.310.249.5238.1867.65
HexCCC18D051F14322644
Octal3143012150537246246104
Binary110011001100000110001101010111111101001100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC18D; }

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

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

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

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

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

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

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

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