#C76D2D

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

Shades of Christine #C76D2D

Tints of Christine #C76D2D

Color information

#C76D2D (or 0xC76D2D) is unknown color: approx Christine. HEX triplet: C7, 6D and 2D. RGB value is (199,109,45). Sum of RGB (Red+Green+Blue) = 199+109+45=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76D2D is #3892D2. Grayscale: #808080. Windows color (decimal): -3707603 or 2977223. OLE color: 2977223.

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

Color convert

RGB19910945-
CMYK00.450.770.22
HSL24.94º63.11%47.84%-
HSV(B)24.94º77.39%78.04%-
XYZ29.523.275.42-
YUV128.6180.82178.2-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.37%
GREEN value IS 109 (42.97% from 255) = 30.88%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=56.37%
G=30.88%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991094500.450.770.2224.9463.1147.84
HexC76D2D02D4D16193f30
Octal3071555505511526317760
Binary110001111101101101101010110110011011011011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D2D; }

 p { color: rgb(199,109,45); }

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

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

 a { background-color: rgb(199,109,45); }

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

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

 span { border-color: rgb(199,109,45); }

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