#CD3A50

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

Shades of Old Rose #CD3A50

Tints of Old Rose #CD3A50

Color information

#CD3A50 (or 0xCD3A50) is unknown color: approx Old Rose. HEX triplet: CD, 3A and 50. RGB value is (205,58,80). Sum of RGB (Red+Green+Blue) = 205+58+80=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A50 is #32C5AF. Grayscale: #686868. Windows color (decimal): -3327408 or 5257933. OLE color: 5257933.

HSL color Cylindrical-coordinate representation of color #CD3A50: hue angle of 351.02º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A50 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB2055880-
CMYK00.720.610.20
HSL351.02º59.51%51.57%-
HSV(B)351.02º71.71%80.39%-
XYZ28.1416.589.31-
YUV104.46114.2199.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.77%
GREEN value IS 58 (23.05% from 255) = 16.91%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=59.77%
G=16.91%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205588000.720.610.20351.0259.5151.57
HexCD3A500483D1415f3c34
Octal31572120011075245377464
Binary1100110111101010100000100100011110110100101011111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3A50; }

 p { color: rgb(205,58,80); }

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

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

 a { background-color: rgb(205,58,80); }

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

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

 span { border-color: rgb(205,58,80); }

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