Html Css Color HEX #CD1D51 Old Rose

📋 copy color: '#CD1D51'

red 205 ◦ green 29 ◦ blue 81

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

Shades of Old Rose #CD1D51

Tints of Old Rose #CD1D51

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.21%

 BLUE value IS 81 (32.03% from 255) = 25.71%

R = 65.08%
G = 9.21%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD1D51 (or 0xCD1D51) is known color: Old Rose. HEX triplet: CD, 1D and 51. RGB value is (205,29,81). Sum of RGB (Red+Green+Blue) = 205+29+81=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 29 (11.72% from 255 or 9.21% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1D51 is #32E2AE. Grayscale: #575757. Windows color (decimal): -3334831 or 5316045. OLE color: 5316045.

HSL color Cylindrical-coordinate representation of color #CD1D51: hue angle of 342.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D51 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 81 -
CMYK 0 0.86 0.60 0.20
HSL 342.27º 0.75% 0.46% -
HSV(B) 342.27º 0.86% 0.8% -
XYZ 27.1 14.45 9.15 -
YUV 87.55 124.31 211.77 -
System Red Green Blue C M Y K H S L
Decimal 205 29 81 0 0.86 0.60 0.20 342.27 0.75 0.46
Hex CD 1D 51 0 56 3C 14 156 4B 2E
Octal 315 35 121 0 126 74 24 526 113 56
Binary 11001101 11101 1010001 0 1010110 111100 10100 101010110 1001011 101110

Color Harmonies of #CD1D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1D51

Black with #CD1D51

Text Example


Text Example

White with #CD1D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1D51; }

 p { color: rgb(205,29,81); }

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

background-color css

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

 a { background-color: rgb(205,29,81); }

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

border-color css

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

 span { border-color: rgb(205,29,81); }

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