#C56522

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

Shades of Christine #C56522

Tints of Christine #C56522

Color information

#C56522 (or 0xC56522) is unknown color: approx Christine. HEX triplet: C5, 65 and 22. RGB value is (197,101,34). Sum of RGB (Red+Green+Blue) = 197+101+34=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C56522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56522 is #3A9ADD. Grayscale: #7A7A7A. Windows color (decimal): -3840734 or 2254277. OLE color: 2254277.

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

Color convert

RGB19710134-
CMYK00.490.830.23
HSL24.66º70.56%45.29%-
HSV(B)24.66º82.74%77.25%-
XYZ27.9721.294.15-
YUV122.0778.3181.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 59.34%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 34 (13.67% from 255) = 10.24%
R=59.34%
G=30.42%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971013400.490.830.2324.6670.5645.29
HexC56522031531719472d
Octal30514542061123273110755
Binary1100010111001011000100110001101001110111110011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56522; }

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

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

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

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

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

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

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

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