#C55925

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

Shades of Christine #C55925

Tints of Christine #C55925

Color information

#C55925 (or 0xC55925) is unknown color: approx Christine. HEX triplet: C5, 59 and 25. RGB value is (197,89,37). Sum of RGB (Red+Green+Blue) = 197+89+37=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C55925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55925 is #3AA6DA. Grayscale: #737373. Windows color (decimal): -3843803 or 2447813. OLE color: 2447813.

HSL color Cylindrical-coordinate representation of color #C55925: hue angle of 19.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C55925 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB1978937-
CMYK00.550.810.23
HSL19.5º68.38%45.88%-
HSV(B)19.5º81.22%77.25%-
XYZ26.9319.154.03-
YUV115.3683.78186.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.99%
GREEN value IS 89 (35.16% from 255) = 27.55%
BLUE value IS 37 (14.84% from 255) = 11.46%
R=60.99%
G=27.55%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197893700.550.810.2319.568.3845.88
HexC55925037511714442e
Octal30513145067121272410456
Binary1100010110110011001010110111101000110111101001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55925; }

 p { color: rgb(197,89,37); }

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

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

 a { background-color: rgb(197,89,37); }

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

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

 span { border-color: rgb(197,89,37); }

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