#C55C2C

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

Shades of Christine #C55C2C

Tints of Christine #C55C2C

Color information

#C55C2C (or 0xC55C2C) is unknown color: approx Christine. HEX triplet: C5, 5C and 2C. RGB value is (197,92,44). Sum of RGB (Red+Green+Blue) = 197+92+44=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C2C is #3AA3D3. Grayscale: #767676. Windows color (decimal): -3843028 or 2907333. OLE color: 2907333.

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

Color convert

RGB1979244-
CMYK00.530.780.23
HSL18.82º63.49%47.25%-
HSV(B)18.82º77.66%77.25%-
XYZ27.3119.714.75-
YUV117.9286.29184.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.16%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 44 (17.58% from 255) = 13.21%
R=59.16%
G=27.63%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197924400.530.780.2318.8263.4947.25
HexC55C2C0354E17133f2f
Octal3051345406511627237757
Binary110001011011100101100011010110011101011110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C2C; }

 p { color: rgb(197,92,44); }

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

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

 a { background-color: rgb(197,92,44); }

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

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

 span { border-color: rgb(197,92,44); }

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