#C16A21

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

Shades of Christine #C16A21

Tints of Christine #C16A21

Color information

#C16A21 (or 0xC16A21) is unknown color: approx Christine. HEX triplet: C1, 6A and 21. RGB value is (193,106,33). Sum of RGB (Red+Green+Blue) = 193+106+33=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A21 is #3E95DE. Grayscale: #7C7C7C. Windows color (decimal): -4101599 or 2190017. OLE color: 2190017.

HSL color Cylindrical-coordinate representation of color #C16A21: hue angle of 27.38º 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 #C16A21 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB19310633-
CMYK00.450.830.24
HSL27.38º70.8%44.31%-
HSV(B)27.38º82.9%75.69%-
XYZ27.4221.764.19-
YUV123.6976.82177.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.13%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 33 (13.28% from 255) = 9.94%
R=58.13%
G=31.93%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931063300.450.830.2427.3870.844.31
HexC16A2102D53181b472c
Octal30115241055123303310754
Binary1100000111010101000010101101101001111000110111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A21; }

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

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

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

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

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

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

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

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