#C16625

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

Shades of Christine #C16625

Tints of Christine #C16625

Color information

#C16625 (or 0xC16625) is unknown color: approx Christine. HEX triplet: C1, 66 and 25. RGB value is (193,102,37). Sum of RGB (Red+Green+Blue) = 193+102+37=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C16625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16625 is #3E99DA. Grayscale: #7A7A7A. Windows color (decimal): -4102619 or 2451137. OLE color: 2451137.

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

Color convert

RGB19310237-
CMYK00.470.810.24
HSL25º67.83%45.1%-
HSV(B)25º80.83%75.69%-
XYZ27.0820.974.37-
YUV121.880.15178.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.13%
GREEN value IS 102 (40.23% from 255) = 30.72%
BLUE value IS 37 (14.84% from 255) = 11.14%
R=58.13%
G=30.72%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931023700.470.810.242567.8345.1
HexC1662502F511819442d
Octal30114645057121303110455
Binary1100000111001101001010101111101000111000110011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16625; }

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

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

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

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

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

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

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

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