#C2612C

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

Shades of Christine #C2612C

Tints of Christine #C2612C

Color information

#C2612C (or 0xC2612C) is unknown color: approx Christine. HEX triplet: C2, 61 and 2C. RGB value is (194,97,44). Sum of RGB (Red+Green+Blue) = 194+97+44=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C2612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2612C is #3D9ED3. Grayscale: #787878. Windows color (decimal): -4038356 or 2908610. OLE color: 2908610.

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

Color convert

RGB1949744-
CMYK00.500.770.24
HSL21.2º63.03%46.67%-
HSV(B)21.2º77.32%76.08%-
XYZ26.9820.24.86-
YUV119.9685.14180.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.91%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=57.91%
G=28.96%
B=13.13%

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
Decimal194974400.500.770.2421.263.0346.67
HexC2612C0324D18153f2f
Octal3021415406211530257757
Binary110000101100001101100011001010011011100010101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2612C; }

 p { color: rgb(194,97,44); }

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

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

 a { background-color: rgb(194,97,44); }

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

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

 span { border-color: rgb(194,97,44); }

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