#C16429

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

Shades of Christine #C16429

Tints of Christine #C16429

Color information

#C16429 (or 0xC16429) is unknown color: approx Christine. HEX triplet: C1, 64 and 29. RGB value is (193,100,41). Sum of RGB (Red+Green+Blue) = 193+100+41=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C16429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16429 is #3E9BD6. Grayscale: #797979. Windows color (decimal): -4103127 or 2712769. OLE color: 2712769.

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

Color convert

RGB19310041-
CMYK00.480.790.24
HSL23.29º64.96%45.88%-
HSV(B)23.29º78.76%75.69%-
XYZ26.9520.614.66-
YUV121.0882.81179.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.78%
GREEN value IS 100 (39.45% from 255) = 29.94%
BLUE value IS 41 (16.41% from 255) = 12.28%
R=57.78%
G=29.94%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931004100.480.790.2423.2964.9645.88
HexC164290304F1817412e
Octal30114451060117302710156
Binary1100000111001001010010110000100111111000101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16429; }

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

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

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

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

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

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

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

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