#C4612B

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

Shades of Christine #C4612B

Tints of Christine #C4612B

Color information

#C4612B (or 0xC4612B) is unknown color: approx Christine. HEX triplet: C4, 61 and 2B. RGB value is (196,97,43). Sum of RGB (Red+Green+Blue) = 196+97+43=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4612B is #3B9ED4. Grayscale: #787878. Windows color (decimal): -3907285 or 2843076. OLE color: 2843076.

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

Color convert

RGB1969743-
CMYK00.510.780.23
HSL21.18º64.02%46.86%-
HSV(B)21.18º78.06%76.86%-
XYZ27.4820.464.79-
YUV120.4484.3181.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.33%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 43 (17.19% from 255) = 12.80%
R=58.33%
G=28.87%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196974300.510.780.2321.1864.0246.86
HexC4612B0334E1715402f
Octal30414153063116272510057
Binary1100010011000011010110110011100111010111101011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4612B; }

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

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

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

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

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

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

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

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