#C3602D

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

Shades of Christine #C3602D

Tints of Christine #C3602D

Color information

#C3602D (or 0xC3602D) is unknown color: approx Christine. HEX triplet: C3, 60 and 2D. RGB value is (195,96,45). Sum of RGB (Red+Green+Blue) = 195+96+45=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C3602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3602D is #3C9FD2. Grayscale: #787878. Windows color (decimal): -3973075 or 2973891. OLE color: 2973891.

HSL color Cylindrical-coordinate representation of color #C3602D: hue angle of 20.4º 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 #C3602D is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB1959645-
CMYK00.510.770.24
HSL20.4º62.5%47.06%-
HSV(B)20.4º76.92%76.47%-
XYZ27.1620.164.94-
YUV119.7985.8181.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 58.04%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=58.04%
G=28.57%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195964500.510.770.2420.462.547.06
HexC3602D0334D18143e2f
Octal3031405506311530247657
Binary110000111100000101101011001110011011100010100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3602D; }

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

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

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

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

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

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

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

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