Html Css Color HEX #CD1C50 Old Rose

📋 copy color: '#CD1C50'

red 205 ◦ green 28 ◦ blue 80

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

Shades of Old Rose #CD1C50

Tints of Old Rose #CD1C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.95%

 BLUE value IS 80 (31.64% from 255) = 25.56%

R = 65.5%
G = 8.95%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD1C50 (or 0xCD1C50) is known color: Old Rose. HEX triplet: CD, 1C and 50. RGB value is (205,28,80). Sum of RGB (Red+Green+Blue) = 205+28+80=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1C50 is #32E3AF. Grayscale: #565656. Windows color (decimal): -3335088 or 5250253. OLE color: 5250253.

HSL color Cylindrical-coordinate representation of color #CD1C50: hue angle of 342.37º degrees, saturation: 0.76, 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 #CD1C50 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 80 -
CMYK 0 0.86 0.61 0.20
HSL 342.37º 0.76% 0.46% -
HSV(B) 342.37º 0.86% 0.8% -
XYZ 27.04 14.39 8.94 -
YUV 86.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 205 28 80 0 0.86 0.61 0.20 342.37 0.76 0.46
Hex CD 1C 50 0 56 3D 14 156 4C 2E
Octal 315 34 120 0 126 75 24 526 114 56
Binary 11001101 11100 1010000 0 1010110 111101 10100 101010110 1001100 101110

Color Harmonies of #CD1C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1C50

Black with #CD1C50

Text Example


Text Example

White with #CD1C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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