#C56122

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

Shades of Christine #C56122

Tints of Christine #C56122

Color information

#C56122 (or 0xC56122) is unknown color: approx Christine. HEX triplet: C5, 61 and 22. RGB value is (197,97,34). Sum of RGB (Red+Green+Blue) = 197+97+34=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C56122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56122 is #3A9EDD. Grayscale: #787878. Windows color (decimal): -3841758 or 2253253. OLE color: 2253253.

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

Color convert

RGB1979734-
CMYK00.510.830.23
HSL23.19º70.56%45.29%-
HSV(B)23.19º82.74%77.25%-
XYZ27.5920.544.02-
YUV119.7279.63183.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 60.06%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 34 (13.67% from 255) = 10.37%
R=60.06%
G=29.57%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197973400.510.830.2323.1970.5645.29
HexC56122033531717472d
Octal30514142063123272710755
Binary1100010111000011000100110011101001110111101111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56122; }

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

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

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

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

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

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

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

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