#C16029

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

Shades of Christine #C16029

Tints of Christine #C16029

Color information

#C16029 (or 0xC16029) is unknown color: approx Christine. HEX triplet: C1, 60 and 29. RGB value is (193,96,41). Sum of RGB (Red+Green+Blue) = 193+96+41=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C16029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16029 is #3E9FD6. Grayscale: #777777. Windows color (decimal): -4104151 or 2711745. OLE color: 2711745.

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

Color convert

RGB1939641-
CMYK00.500.790.24
HSL21.71º64.96%45.88%-
HSV(B)21.71º78.76%75.69%-
XYZ26.5819.864.53-
YUV118.7384.14180.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.48%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=58.48%
G=29.09%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193964100.500.790.2421.7164.9645.88
HexC160290324F1816412e
Octal30114051062117302610156
Binary1100000111000001010010110010100111111000101101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16029; }

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

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

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

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

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

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

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

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