#C7C27F

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

Shades of Winter Hazel #C7C27F

Tints of Winter Hazel #C7C27F

Color information

#C7C27F (or 0xC7C27F) is unknown color: approx Winter Hazel. HEX triplet: C7, C2 and 7F. RGB value is (199,194,127). Sum of RGB (Red+Green+Blue) = 199+194+127=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C27F is #383D80. Grayscale: #BCBCBC. Windows color (decimal): -3685761 or 8372935. OLE color: 8372935.

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

Color convert

RGB199194127-
CMYK00.030.360.22
HSL55.83º39.13%63.92%-
HSV(B)55.83º36.18%78.04%-
XYZ46.6852.2627.71-
YUV187.8693.66135.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 127 (50% from 255) = 24.42%
R=38.27%
G=37.31%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919412700.030.360.2255.8339.1363.92
HexC7C27F032416382740
Octal3073021770344267047100
Binary11000111110000101111111011100100101101110001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C27F; }

 p { color: rgb(199,194,127); }

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

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

 a { background-color: rgb(199,194,127); }

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

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

 span { border-color: rgb(199,194,127); }

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