#C76E2F

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

Shades of Christine #C76E2F

Tints of Christine #C76E2F

Color information

#C76E2F (or 0xC76E2F) is unknown color: approx Christine. HEX triplet: C7, 6E and 2F. RGB value is (199,110,47). Sum of RGB (Red+Green+Blue) = 199+110+47=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76E2F is #3891D0. Grayscale: #818181. Windows color (decimal): -3707345 or 3108551. OLE color: 3108551.

HSL color Cylindrical-coordinate representation of color #C76E2F: hue angle of 24.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C76E2F is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB19911047-
CMYK00.450.760.22
HSL24.87º61.79%48.24%-
HSV(B)24.87º76.38%78.04%-
XYZ29.6423.55.66-
YUV129.4381.49177.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.90%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 47 (18.75% from 255) = 13.20%
R=55.90%
G=30.90%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991104700.450.760.2224.8761.7948.24
HexC76E2F02D4C16193e30
Octal3071565705511426317660
Binary110001111101110101111010110110011001011011001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76E2F; }

 p { color: rgb(199,110,47); }

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

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

 a { background-color: rgb(199,110,47); }

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

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

 span { border-color: rgb(199,110,47); }

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