#C55A29

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

Shades of Christine #C55A29

Tints of Christine #C55A29

Color information

#C55A29 (or 0xC55A29) is unknown color: approx Christine. HEX triplet: C5, 5A and 29. RGB value is (197,90,41). Sum of RGB (Red+Green+Blue) = 197+90+41=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A29 is #3AA5D6. Grayscale: #747474. Windows color (decimal): -3843543 or 2710213. OLE color: 2710213.

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

Color convert

RGB1979041-
CMYK00.540.790.23
HSL18.85º65.55%46.67%-
HSV(B)18.85º79.19%77.25%-
XYZ27.0819.344.4-
YUV116.4185.45185.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 41 (16.41% from 255) = 12.5%
R=60.06%
G=27.44%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197904100.540.790.2318.8565.5546.67
HexC55A290364F1713422f
Octal30513251066117272310257
Binary1100010110110101010010110110100111110111100111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A29; }

 p { color: rgb(197,90,41); }

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

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

 a { background-color: rgb(197,90,41); }

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

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

 span { border-color: rgb(197,90,41); }

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