#C56532

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

Shades of Christine #C56532

Tints of Christine #C56532

Color information

#C56532 (or 0xC56532) is unknown color: approx Christine. HEX triplet: C5, 65 and 32. RGB value is (197,101,50). Sum of RGB (Red+Green+Blue) = 197+101+50=348 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.61% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 197 - color contains mainly: red. Hex color #C56532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56532 is #3A9ACD. Grayscale: #7C7C7C. Windows color (decimal): -3840718 or 3302853. OLE color: 3302853.

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

Color convert

RGB19710150-
CMYK00.490.750.23
HSL20.82º59.51%48.43%-
HSV(B)20.82º74.62%77.25%-
XYZ28.2621.415.66-
YUV123.8986.3180.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 56.61%
GREEN value IS 101 (39.84% from 255) = 29.02%
BLUE value IS 50 (19.92% from 255) = 14.37%
R=56.61%
G=29.02%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971015000.490.750.2320.8259.5148.43
HexC565320314B17153c30
Octal3051456206111327257460
Binary110001011100101110010011000110010111011110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56532; }

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

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

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

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

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

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

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

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