#C16421

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

Shades of Christine #C16421

Tints of Christine #C16421

Color information

#C16421 (or 0xC16421) is unknown color: approx Christine. HEX triplet: C1, 64 and 21. RGB value is (193,100,33). Sum of RGB (Red+Green+Blue) = 193+100+33=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C16421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16421 is #3E9BDE. Grayscale: #787878. Windows color (decimal): -4103135 or 2188481. OLE color: 2188481.

HSL color Cylindrical-coordinate representation of color #C16421: hue angle of 25.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C16421 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19310033-
CMYK00.480.830.24
HSL25.12º70.8%44.31%-
HSV(B)25.12º82.9%75.69%-
XYZ26.8220.563.99-
YUV120.1778.81179.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 33 (13.28% from 255) = 10.12%
R=59.20%
G=30.67%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931003300.480.830.2425.1270.844.31
HexC16421030531819472c
Octal30114441060123303110754
Binary1100000111001001000010110000101001111000110011000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16421; }

 p { color: rgb(193,100,33); }

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

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

 a { background-color: rgb(193,100,33); }

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

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

 span { border-color: rgb(193,100,33); }

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