#C15B1B

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

Shades of Christine #C15B1B

Tints of Christine #C15B1B

Color information

#C15B1B (or 0xC15B1B) is unknown color: approx Christine. HEX triplet: C1, 5B and 1B. RGB value is (193,91,27). Sum of RGB (Red+Green+Blue) = 193+91+27=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 27 (10.94% from 255 or 8.68% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B1B is #3EA4E4. Grayscale: #727272. Windows color (decimal): -4105445 or 1792961. OLE color: 1792961.

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

Color convert

RGB1939127-
CMYK00.530.860.24
HSL23.13º75.45%43.14%-
HSV(B)23.13º86.01%75.69%-
XYZ25.9318.93.32-
YUV114.278.79184.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.06%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 27 (10.94% from 255) = 8.68%
R=62.06%
G=29.26%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193912700.530.860.2423.1375.4543.14
HexC15B1B0355618174b2b
Octal30113333065126302711353
Binary110000011011011110110110101101011011000101111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B1B; }

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

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

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

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

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

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

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

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