#C4612D

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

Shades of Christine #C4612D

Tints of Christine #C4612D

Color information

#C4612D (or 0xC4612D) is unknown color: approx Christine. HEX triplet: C4, 61 and 2D. RGB value is (196,97,45). Sum of RGB (Red+Green+Blue) = 196+97+45=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4612D is #3B9ED2. Grayscale: #787878. Windows color (decimal): -3907283 or 2974148. OLE color: 2974148.

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

Color convert

RGB1969745-
CMYK00.510.770.23
HSL20.66º62.66%47.25%-
HSV(B)20.66º77.04%76.86%-
XYZ27.5120.474.98-
YUV120.6785.3181.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 57.99%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 45 (17.97% from 255) = 13.31%
R=57.99%
G=28.70%
B=13.31%

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
Decimal196974500.510.770.2320.6662.6647.25
HexC4612D0334D17153f2f
Octal3041415506311527257757
Binary110001001100001101101011001110011011011110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4612D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4612D; }

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

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

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

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

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

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

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

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