#C1602D

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

Shades of Christine #C1602D

Tints of Christine #C1602D

Color information

#C1602D (or 0xC1602D) is unknown color: approx Christine. HEX triplet: C1, 60 and 2D. RGB value is (193,96,45). Sum of RGB (Red+Green+Blue) = 193+96+45=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1602D is #3E9FD2. Grayscale: #777777. Windows color (decimal): -4104147 or 2973889. OLE color: 2973889.

HSL color Cylindrical-coordinate representation of color #C1602D: hue angle of 20.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1602D is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1939645-
CMYK00.500.770.24
HSL20.68º62.18%46.67%-
HSV(B)20.68º76.68%75.69%-
XYZ26.6519.894.92-
YUV119.1986.14180.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.78%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 45 (17.97% from 255) = 13.47%
R=57.78%
G=28.74%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193964500.500.770.2420.6862.1846.67
HexC1602D0324D18153e2f
Octal3011405506211530257657
Binary110000011100000101101011001010011011100010101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1602D; }

 p { color: rgb(193,96,45); }

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

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

 a { background-color: rgb(193,96,45); }

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

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

 span { border-color: rgb(193,96,45); }

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