Html Css Color HEX #CD3A57 Old Rose

📋 copy color: '#CD3A57'

red 205 ◦ green 58 ◦ blue 87

#CD3A57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #CD3A57

Tints of Old Rose #CD3A57

RGB

 RED value IS 205 (80.47% from 255) = 58.57%

 GREEN value IS 58 (23.05% from 255) = 16.57%

 BLUE value IS 87 (34.38% from 255) = 24.86%

R = 58.57%
G = 16.57%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CD3A57 (or 0xCD3A57) is known color: Old Rose. HEX triplet: CD, 3A and 57. RGB value is (205,58,87). Sum of RGB (Red+Green+Blue) = 205+58+87=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A57 is #32C5A8. Grayscale: #696969. Windows color (decimal): -3327401 or 5716685. OLE color: 5716685.

HSL color Cylindrical-coordinate representation of color #CD3A57: hue angle of 348.16º 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 #CD3A57 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 58 87 -
CMYK 0 0.72 0.58 0.20
HSL 348.16º 0.6% 0.52% -
HSV(B) 348.16º 0.72% 0.8% -
XYZ 28.41 16.69 10.74 -
YUV 105.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 205 58 87 0 0.72 0.58 0.20 348.16 0.6 0.52
Hex CD 3A 57 0 48 3A 14 15C 3C 34
Octal 315 72 127 0 110 72 24 534 74 64
Binary 11001101 111010 1010111 0 1001000 111010 10100 101011100 111100 110100

Color Harmonies of #CD3A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A57

Black with #CD3A57

Text Example


Text Example

White with #CD3A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A57; }

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

 H1.HeaderClassName
 {
   color: #CD3A57;
 }
 .AnyTagClassName
 {
   color: #CD3A57;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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