#C16126

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

Shades of Christine #C16126

Tints of Christine #C16126

Color information

#C16126 (or 0xC16126) is unknown color: approx Christine. HEX triplet: C1, 61 and 26. RGB value is (193,97,38). Sum of RGB (Red+Green+Blue) = 193+97+38=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C16126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16126 is #3E9ED9. Grayscale: #777777. Windows color (decimal): -4103898 or 2515393. OLE color: 2515393.

HSL color Cylindrical-coordinate representation of color #C16126: hue angle of 22.84º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C16126 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB1939738-
CMYK00.500.800.24
HSL22.84º67.1%45.29%-
HSV(B)22.84º80.31%75.69%-
XYZ26.6220.034.3-
YUV118.9882.3180.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 38 (15.23% from 255) = 11.59%
R=58.84%
G=29.57%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193973800.500.800.2422.8467.145.29
HexC16126032501817432d
Octal30114146062120302710355
Binary1100000111000011001100110010101000011000101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16126; }

 p { color: rgb(193,97,38); }

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

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

 a { background-color: rgb(193,97,38); }

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

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

 span { border-color: rgb(193,97,38); }

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