#C4551E

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

Shades of Christine #C4551E

Tints of Christine #C4551E

Color information

#C4551E (or 0xC4551E) is unknown color: approx Christine. HEX triplet: C4, 55 and 1E. RGB value is (196,85,30). Sum of RGB (Red+Green+Blue) = 196+85+30=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4551E is #3BAAE1. Grayscale: #707070. Windows color (decimal): -3910370 or 1988036. OLE color: 1988036.

HSL color Cylindrical-coordinate representation of color #C4551E: hue angle of 19.88º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4551E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1968530-
CMYK00.570.850.23
HSL19.88º73.45%44.31%-
HSV(B)19.88º84.69%76.86%-
XYZ26.2518.333.38-
YUV111.9281.77187.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=63.02%
G=27.33%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196853000.570.850.2319.8873.4544.31
HexC4551E039551714492c
Octal30412536071125272411154
Binary110001001010101111100111001101010110111101001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4551E; }

 p { color: rgb(196,85,30); }

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

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

 a { background-color: rgb(196,85,30); }

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

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

 span { border-color: rgb(196,85,30); }

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