#C16635

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

Shades of Christine #C16635

Tints of Christine #C16635

Color information

#C16635 (or 0xC16635) is unknown color: approx Christine. HEX triplet: C1, 66 and 35. RGB value is (193,102,53). Sum of RGB (Red+Green+Blue) = 193+102+53=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C16635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16635 is #3E99CA. Grayscale: #7B7B7B. Windows color (decimal): -4102603 or 3499713. OLE color: 3499713.

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

Color convert

RGB19310253-
CMYK00.470.730.24
HSL21º56.91%48.24%-
HSV(B)21º72.54%75.69%-
XYZ27.3921.16-
YUV123.6288.15177.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.46%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=55.46%
G=29.31%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931025300.470.730.242156.9148.24
HexC1663502F4918153930
Octal3011466505711130257160
Binary110000011100110110101010111110010011100010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16635; }

 p { color: rgb(193,102,53); }

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

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

 a { background-color: rgb(193,102,53); }

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

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

 span { border-color: rgb(193,102,53); }

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