#C55828

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

Shades of Christine #C55828

Tints of Christine #C55828

Color information

#C55828 (or 0xC55828) is unknown color: approx Christine. HEX triplet: C5, 58 and 28. RGB value is (197,88,40). Sum of RGB (Red+Green+Blue) = 197+88+40=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C55828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55828 is #3AA7D7. Grayscale: #737373. Windows color (decimal): -3844056 or 2644165. OLE color: 2644165.

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

Color convert

RGB1978840-
CMYK00.550.800.23
HSL18.34º66.24%46.47%-
HSV(B)18.34º79.7%77.25%-
XYZ26.9194.26-
YUV115.1285.61186.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.62%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 40 (16.02% from 255) = 12.31%
R=60.62%
G=27.08%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197884000.550.800.2318.3466.2446.47
HexC55828037501712422e
Octal30513050067120272210256
Binary1100010110110001010000110111101000010111100101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55828; }

 p { color: rgb(197,88,40); }

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

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

 a { background-color: rgb(197,88,40); }

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

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

 span { border-color: rgb(197,88,40); }

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