#C2561D

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

Shades of Christine #C2561D

Tints of Christine #C2561D

Color information

#C2561D (or 0xC2561D) is unknown color: approx Christine. HEX triplet: C2, 56 and 1D. RGB value is (194,86,29). Sum of RGB (Red+Green+Blue) = 194+86+29=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 29 (11.72% from 255 or 9.39% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C2561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2561D is #3DA9E2. Grayscale: #707070. Windows color (decimal): -4041187 or 1922754. OLE color: 1922754.

HSL color Cylindrical-coordinate representation of color #C2561D: hue angle of 20.73º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2561D is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB1948629-
CMYK00.560.850.24
HSL20.73º73.99%43.73%-
HSV(B)20.73º85.05%76.08%-
XYZ25.818.213.32-
YUV111.7981.28186.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.78%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 29 (11.72% from 255) = 9.39%
R=62.78%
G=27.83%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194862900.560.850.2420.7373.9943.73
HexC2561D0385518154a2c
Octal30212635070125302511254
Binary110000101010110111010111000101010111000101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2561D; }

 p { color: rgb(194,86,29); }

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

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

 a { background-color: rgb(194,86,29); }

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

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

 span { border-color: rgb(194,86,29); }

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