#C45A29

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

Shades of Christine #C45A29

Tints of Christine #C45A29

Color information

#C45A29 (or 0xC45A29) is unknown color: approx Christine. HEX triplet: C4, 5A and 29. RGB value is (196,90,41). Sum of RGB (Red+Green+Blue) = 196+90+41=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A29 is #3BA5D6. Grayscale: #747474. Windows color (decimal): -3909079 or 2710212. OLE color: 2710212.

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

Color convert

RGB1969041-
CMYK00.540.790.23
HSL18.97º65.4%46.47%-
HSV(B)18.97º79.08%76.86%-
XYZ26.8219.214.39-
YUV116.1185.62184.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.94%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 41 (16.41% from 255) = 12.54%
R=59.94%
G=27.52%
B=12.54%

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
Decimal196904100.540.790.2318.9765.446.47
HexC45A290364F1713412e
Octal30413251066117272310156
Binary1100010010110101010010110110100111110111100111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A29; }

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

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

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

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

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

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

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

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