#C56322

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

Shades of Christine #C56322

Tints of Christine #C56322

Color information

#C56322 (or 0xC56322) is unknown color: approx Christine. HEX triplet: C5, 63 and 22. RGB value is (197,99,34). Sum of RGB (Red+Green+Blue) = 197+99+34=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C56322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56322 is #3A9CDD. Grayscale: #797979. Windows color (decimal): -3841246 or 2253765. OLE color: 2253765.

HSL color Cylindrical-coordinate representation of color #C56322: hue angle of 23.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C56322 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB1979934-
CMYK00.500.830.23
HSL23.93º70.56%45.29%-
HSV(B)23.93º82.74%77.25%-
XYZ27.7820.914.09-
YUV120.8978.97182.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.70%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 34 (13.67% from 255) = 10.30%
R=59.70%
G=30%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197993400.500.830.2323.9370.5645.29
HexC56322032531718472d
Octal30514342062123273010755
Binary1100010111000111000100110010101001110111110001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56322; }

 p { color: rgb(197,99,34); }

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

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

 a { background-color: rgb(197,99,34); }

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

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

 span { border-color: rgb(197,99,34); }

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