#C15B25

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

Shades of Christine #C15B25

Tints of Christine #C15B25

Color information

#C15B25 (or 0xC15B25) is unknown color: approx Christine. HEX triplet: C1, 5B and 25. RGB value is (193,91,37). Sum of RGB (Red+Green+Blue) = 193+91+37=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B25 is #3EA4DA. Grayscale: #737373. Windows color (decimal): -4105435 or 2448321. OLE color: 2448321.

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

Color convert

RGB1939137-
CMYK00.530.810.24
HSL20.77º67.83%45.1%-
HSV(B)20.77º80.83%75.69%-
XYZ26.0718.954.03-
YUV115.3483.79183.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.12%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=60.12%
G=28.35%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193913700.530.810.2420.7767.8345.1
HexC15B25035511815442d
Octal30113345065121302510455
Binary1100000110110111001010110101101000111000101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B25; }

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

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

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

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

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

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

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

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