#C56830

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

Shades of Christine #C56830

Tints of Christine #C56830

Color information

#C56830 (or 0xC56830) is unknown color: approx Christine. HEX triplet: C5, 68 and 30. RGB value is (197,104,48). Sum of RGB (Red+Green+Blue) = 197+104+48=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 48 (19.14% from 255 or 13.75% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C56830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56830 is #3A97CF. Grayscale: #7D7D7D. Windows color (decimal): -3839952 or 3172549. OLE color: 3172549.

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

Color convert

RGB19710448-
CMYK00.470.760.23
HSL22.55º60.82%48.04%-
HSV(B)22.55º75.63%77.25%-
XYZ28.5121.985.54-
YUV125.4284.31179.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.45%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 48 (19.14% from 255) = 13.75%
R=56.45%
G=29.80%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971044800.470.760.2322.5560.8248.04
HexC5683002F4C17173d30
Octal3051506005711427277560
Binary110001011101000110000010111110011001011110111111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56830; }

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

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

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

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

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

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

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

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