#C43A62

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

Shades of Old Rose #C43A62

Tints of Old Rose #C43A62

Color information

#C43A62 (or 0xC43A62) is unknown color: approx Old Rose. HEX triplet: C4, 3A and 62. RGB value is (196,58,98). Sum of RGB (Red+Green+Blue) = 196+58+98=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A62 is #3BC59D. Grayscale: #676767. Windows color (decimal): -3917214 or 6437572. OLE color: 6437572.

HSL color Cylindrical-coordinate representation of color #C43A62: hue angle of 342.61º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A62 is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.23.

Color convert

RGB1965898-
CMYK00.700.50.23
HSL342.61º54.33%49.8%-
HSV(B)342.61º70.41%76.86%-
XYZ26.4815.6413.18-
YUV103.82124.72193.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.68%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=55.68%
G=16.48%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196589800.700.50.23342.6154.3349.8
HexC43A6204632171573632
Octal30472142010662275276662
Binary1100010011101011000100100011011001010111101010111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43A62; }

 p { color: rgb(196,58,98); }

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

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

 a { background-color: rgb(196,58,98); }

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

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

 span { border-color: rgb(196,58,98); }

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