#C7C38D

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

Shades of Winter Hazel #C7C38D

Tints of Winter Hazel #C7C38D

Color information

#C7C38D (or 0xC7C38D) is unknown color: approx Winter Hazel. HEX triplet: C7, C3 and 8D. RGB value is (199,195,141). Sum of RGB (Red+Green+Blue) = 199+195+141=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C38D is #383C72. Grayscale: #BEBEBE. Windows color (decimal): -3685491 or 9290695. OLE color: 9290695.

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

Color convert

RGB199195141-
CMYK00.020.290.22
HSL55.86º34.12%66.67%-
HSV(B)55.86º29.15%78.04%-
XYZ47.8853.132.92-
YUV190.04100.33134.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.20%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=37.20%
G=36.45%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919514100.020.290.2255.8634.1266.67
HexC7C38D021D16382243
Octal3073032150235267042103
Binary11000111110000111000110101011101101101110001000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C38D; }

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

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

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

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

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

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

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

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