#C15E1F

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

Shades of Christine #C15E1F

Tints of Christine #C15E1F

Color information

#C15E1F (or 0xC15E1F) is unknown color: approx Christine. HEX triplet: C1, 5E and 1F. RGB value is (193,94,31). Sum of RGB (Red+Green+Blue) = 193+94+31=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E1F is #3EA1E0. Grayscale: #747474. Windows color (decimal): -4104673 or 2055873. OLE color: 2055873.

HSL color Cylindrical-coordinate representation of color #C15E1F: hue angle of 23.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C15E1F is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB1939431-
CMYK00.510.840.24
HSL23.33º72.32%43.92%-
HSV(B)23.33º83.94%75.69%-
XYZ26.2419.443.67-
YUV116.4279.8182.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 60.69%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 31 (12.5% from 255) = 9.75%
R=60.69%
G=29.56%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193943100.510.840.2423.3372.3243.92
HexC15E1F033541817482c
Octal30113637063124302711054
Binary110000011011110111110110011101010011000101111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E1F; }

 p { color: rgb(193,94,31); }

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

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

 a { background-color: rgb(193,94,31); }

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

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

 span { border-color: rgb(193,94,31); }

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