#C16630

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

Shades of Christine #C16630

Tints of Christine #C16630

Color information

#C16630 (or 0xC16630) is unknown color: approx Christine. HEX triplet: C1, 66 and 30. RGB value is (193,102,48). Sum of RGB (Red+Green+Blue) = 193+102+48=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C16630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16630 is #3E99CF. Grayscale: #7B7B7B. Windows color (decimal): -4102608 or 3172033. OLE color: 3172033.

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

Color convert

RGB19310248-
CMYK00.470.750.24
HSL22.34º60.17%47.25%-
HSV(B)22.34º75.13%75.69%-
XYZ27.2821.055.42-
YUV123.0585.65177.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 102 (40.23% from 255) = 29.74%
BLUE value IS 48 (19.14% from 255) = 13.99%
R=56.27%
G=29.74%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931024800.470.750.2422.3460.1747.25
HexC1663002F4B18163c2f
Octal3011466005711330267457
Binary110000011100110110000010111110010111100010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16630; }

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

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

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

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

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

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

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

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