#C7C18D

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

Shades of Winter Hazel #C7C18D

Tints of Winter Hazel #C7C18D

Color information

#C7C18D (or 0xC7C18D) is unknown color: approx Winter Hazel. HEX triplet: C7, C1 and 8D. RGB value is (199,193,141). Sum of RGB (Red+Green+Blue) = 199+193+141=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C18D is #383E72. Grayscale: #BDBDBD. Windows color (decimal): -3686003 or 9290183. OLE color: 9290183.

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

Color convert

RGB199193141-
CMYK00.030.290.22
HSL53.79º34.12%66.67%-
HSV(B)53.79º29.15%78.04%-
XYZ47.4352.2132.78-
YUV188.87100.99135.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.34%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 141 (55.47% from 255) = 26.45%
R=37.34%
G=36.21%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919314100.030.290.2253.7934.1266.67
HexC7C18D031D16362243
Octal3073012150335266642103
Binary11000111110000011000110101111101101101101101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C18D; }

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

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

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

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

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

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

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

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