#C7C08D

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

Shades of Winter Hazel #C7C08D

Tints of Winter Hazel #C7C08D

Color information

#C7C08D (or 0xC7C08D) is unknown color: approx Winter Hazel. HEX triplet: C7, C0 and 8D. RGB value is (199,192,141). Sum of RGB (Red+Green+Blue) = 199+192+141=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C08D is #383F72. Grayscale: #BCBCBC. Windows color (decimal): -3686259 or 9289927. OLE color: 9289927.

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

Color convert

RGB199192141-
CMYK00.040.290.22
HSL52.76º34.12%66.67%-
HSV(B)52.76º29.15%78.04%-
XYZ47.2151.7632.7-
YUV188.28101.32135.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 141 (55.47% from 255) = 26.50%
R=37.41%
G=36.09%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919214100.040.290.2252.7634.1266.67
HexC7C08D041D16352243
Octal3073002150435266542103
Binary110001111100000010001101010011101101101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C08D; }

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

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

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

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

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

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

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

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