#C1632F

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

Shades of Christine #C1632F

Tints of Christine #C1632F

Color information

#C1632F (or 0xC1632F) is unknown color: approx Christine. HEX triplet: C1, 63 and 2F. RGB value is (193,99,47). Sum of RGB (Red+Green+Blue) = 193+99+47=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 47 (18.75% from 255 or 13.86% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1632F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1632F is #3E9CD0. Grayscale: #797979. Windows color (decimal): -4103377 or 3105729. OLE color: 3105729.

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

Color convert

RGB1939947-
CMYK00.490.760.24
HSL21.37º60.83%47.06%-
HSV(B)21.37º75.65%75.69%-
XYZ26.9720.475.22-
YUV121.1886.14179.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 47 (18.75% from 255) = 13.86%
R=56.93%
G=29.20%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193994700.490.760.2421.3760.8347.06
HexC1632F0314C18153d2f
Octal3011435706111430257557
Binary110000011100011101111011000110011001100010101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1632F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1632F; }

 p { color: rgb(193,99,47); }

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

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

 a { background-color: rgb(193,99,47); }

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

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

 span { border-color: rgb(193,99,47); }

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