#C56630

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

Shades of Christine #C56630

Tints of Christine #C56630

Color information

#C56630 (or 0xC56630) is unknown color: approx Christine. HEX triplet: C5, 66 and 30. RGB value is (197,102,48). Sum of RGB (Red+Green+Blue) = 197+102+48=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C56630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56630 is #3A99CF. Grayscale: #7C7C7C. Windows color (decimal): -3840464 or 3172037. OLE color: 3172037.

HSL color Cylindrical-coordinate representation of color #C56630: hue angle of 21.74º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C56630 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB19710248-
CMYK00.480.760.23
HSL21.74º60.82%48.04%-
HSV(B)21.74º75.63%77.25%-
XYZ28.3121.595.47-
YUV124.2584.97179.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.77%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=56.77%
G=29.39%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971024800.480.760.2321.7460.8248.04
HexC566300304C17163d30
Octal3051466006011427267560
Binary110001011100110110000011000010011001011110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56630; }

 p { color: rgb(197,102,48); }

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

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

 a { background-color: rgb(197,102,48); }

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

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

 span { border-color: rgb(197,102,48); }

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