#c45e28

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

Shades of Christine #C45E28

Tints of Christine #C45E28

Color information

#C45E28 (or 0xC45E28) is unknown color: approx Christine. HEX triplet: C4, 5E and 28. RGB value is (196,94,40). Sum of RGB (Red+Green+Blue) = 196+94+40=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E28 is #3BA1D7. Grayscale: #767676. Windows color (decimal): -3908056 or 2645700. OLE color: 2645700.

HSL color Cylindrical-coordinate representation of color #C45E28: hue angle of 20.77º 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 #C45E28 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB1969440-
CMYK00.520.800.23
HSL20.77º66.1%46.27%-
HSV(B)20.77º79.59%76.86%-
XYZ27.1519.894.42-
YUV118.3483.79183.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.39%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 40 (16.02% from 255) = 12.12%
R=59.39%
G=28.48%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196944000.520.800.2320.7766.146.27
HexC45E28034501715422e
Octal30413650064120272510256
Binary1100010010111101010000110100101000010111101011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45e28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45e28; }

 p { color: rgb(196,94,40); }

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

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

 a { background-color: rgb(196,94,40); }

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

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

 span { border-color: rgb(196,94,40); }

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