#C8C18F

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

Shades of Winter Hazel #C8C18F

Tints of Winter Hazel #C8C18F

Color information

#C8C18F (or 0xC8C18F) is unknown color: approx Winter Hazel. HEX triplet: C8, C1 and 8F. RGB value is (200,193,143). Sum of RGB (Red+Green+Blue) = 200+193+143=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C18F is #373E70. Grayscale: #BDBDBD. Windows color (decimal): -3620465 or 9421256. OLE color: 9421256.

HSL color Cylindrical-coordinate representation of color #C8C18F: hue angle of 52.63º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8C18F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB200193143-
CMYK00.040.280.22
HSL52.63º34.13%67.25%-
HSV(B)52.63º28.5%78.43%-
XYZ47.8552.433.58-
YUV189.39101.82135.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 193 (75.78% from 255) = 36.01%
BLUE value IS 143 (56.25% from 255) = 26.68%
R=37.31%
G=36.01%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019314300.040.280.2252.6334.1367.25
HexC8C18F041C16352243
Octal3103012170434266542103
Binary110010001100000110001111010011100101101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C18F; }

 p { color: rgb(200,193,143); }

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

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

 a { background-color: rgb(200,193,143); }

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

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

 span { border-color: rgb(200,193,143); }

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