#C76C27

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

Shades of Christine #C76C27

Tints of Christine #C76C27

Color information

#C76C27 (or 0xC76C27) is unknown color: approx Christine. HEX triplet: C7, 6C and 27. RGB value is (199,108,39). Sum of RGB (Red+Green+Blue) = 199+108+39=346 (45% of max value = 765). Red value is 199 (78.12% from 255 or 57.51% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C27 is #3893D8. Grayscale: #7F7F7F. Windows color (decimal): -3707865 or 2583751. OLE color: 2583751.

HSL color Cylindrical-coordinate representation of color #C76C27: hue angle of 25.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C76C27 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB19910839-
CMYK00.460.800.22
HSL25.88º67.23%46.67%-
HSV(B)25.88º80.4%78.04%-
XYZ29.2823.014.82-
YUV127.3478.15179.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 57.51%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 39 (15.62% from 255) = 11.27%
R=57.51%
G=31.21%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991083900.460.800.2225.8867.2346.67
HexC76C2702E50161a432f
Octal30715447056120263210357
Binary1100011111011001001110101110101000010110110101000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C27; }

 p { color: rgb(199,108,39); }

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

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

 a { background-color: rgb(199,108,39); }

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

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

 span { border-color: rgb(199,108,39); }

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