#C43653

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

Shades of Old Rose #C43653

Tints of Old Rose #C43653

Color information

#C43653 (or 0xC43653) is unknown color: approx Old Rose. HEX triplet: C4, 36 and 53. RGB value is (196,54,83). Sum of RGB (Red+Green+Blue) = 196+54+83=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C43653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43653 is #3BC9AC. Grayscale: #636363. Windows color (decimal): -3918253 or 5453508. OLE color: 5453508.

HSL color Cylindrical-coordinate representation of color #C43653: hue angle of 347.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43653 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB1965483-
CMYK00.720.580.23
HSL347.75º56.8%49.02%-
HSV(B)347.75º72.45%76.86%-
XYZ25.65159.73-
YUV99.76118.54196.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.86%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=58.86%
G=16.22%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196548300.720.580.23347.7556.849.02
HexC436530483A1715c3931
Octal30466123011072275347161
Binary1100010011011010100110100100011101010111101011100111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43653; }

 p { color: rgb(196,54,83); }

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

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

 a { background-color: rgb(196,54,83); }

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

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

 span { border-color: rgb(196,54,83); }

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