#C4602D

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

Shades of Christine #C4602D

Tints of Christine #C4602D

Color information

#C4602D (or 0xC4602D) is unknown color: approx Christine. HEX triplet: C4, 60 and 2D. RGB value is (196,96,45). Sum of RGB (Red+Green+Blue) = 196+96+45=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 45 (17.97% from 255 or 13.35% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4602D is #3B9FD2. Grayscale: #787878. Windows color (decimal): -3907539 or 2973892. OLE color: 2973892.

HSL color Cylindrical-coordinate representation of color #C4602D: hue angle of 20.26º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4602D is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB1969645-
CMYK00.510.770.23
HSL20.26º62.66%47.25%-
HSV(B)20.26º77.04%76.86%-
XYZ27.4220.294.95-
YUV120.0985.63182.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.16%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 45 (17.97% from 255) = 13.35%
R=58.16%
G=28.49%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196964500.510.770.2320.2662.6647.25
HexC4602D0334D17143f2f
Octal3041405506311527247757
Binary110001001100000101101011001110011011011110100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4602D; }

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

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

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

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

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

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

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

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