#C76C31

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

Shades of Christine #C76C31

Tints of Christine #C76C31

Color information

#C76C31 (or 0xC76C31) is unknown color: approx Christine. HEX triplet: C7, 6C and 31. RGB value is (199,108,49). Sum of RGB (Red+Green+Blue) = 199+108+49=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C31 is #3893CE. Grayscale: #808080. Windows color (decimal): -3707855 or 3239111. OLE color: 3239111.

HSL color Cylindrical-coordinate representation of color #C76C31: hue angle of 23.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C76C31 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19910849-
CMYK00.460.750.22
HSL23.6º60.48%48.63%-
HSV(B)23.6º75.38%78.04%-
XYZ29.4723.095.81-
YUV128.4883.15178.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.90%
GREEN value IS 108 (42.58% from 255) = 30.34%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=55.90%
G=30.34%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991084900.460.750.2223.660.4848.63
HexC76C3102E4B16183c31
Octal3071546105611326307461
Binary110001111101100110001010111010010111011011000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C31; }

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

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

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

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

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

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

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

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