#C3551E

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

Shades of Christine #C3551E

Tints of Christine #C3551E

Color information

#C3551E (or 0xC3551E) is unknown color: approx Christine. HEX triplet: C3, 55 and 1E. RGB value is (195,85,30). Sum of RGB (Red+Green+Blue) = 195+85+30=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3551E is #3CAAE1. Grayscale: #6F6F6F. Windows color (decimal): -3975906 or 1988035. OLE color: 1988035.

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

Color convert

RGB1958530-
CMYK00.560.850.24
HSL20º73.33%44.12%-
HSV(B)20º84.62%76.47%-
XYZ25.9918.193.37-
YUV111.6281.94187.47-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.90%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 30 (12.11% from 255) = 9.68%
R=62.90%
G=27.42%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195853000.560.850.242073.3344.12
HexC3551E038551814492c
Octal30312536070125302411154
Binary110000111010101111100111000101010111000101001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3551E; }

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

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

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

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

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

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

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

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