Html Css Color HEX #CD2F50 Old Rose

📋 copy color: '#CD2F50'

red 205 ◦ green 47 ◦ blue 80

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

Shades of Old Rose #CD2F50

Tints of Old Rose #CD2F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

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

R = 61.75%
G = 14.16%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD2F50 (or 0xCD2F50) is known color: Old Rose. HEX triplet: CD, 2F and 50. RGB value is (205,47,80). Sum of RGB (Red+Green+Blue) = 205+47+80=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F50 is #32D0AF. Grayscale: #626262. Windows color (decimal): -3330224 or 5255117. OLE color: 5255117.

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

Color convert

RGB 205 47 80 -
CMYK 0 0.77 0.61 0.20
HSL 347.47º 0.63% 0.49% -
HSV(B) 347.47º 0.77% 0.8% -
XYZ 27.64 15.59 9.14 -
YUV 98 117.85 204.32 -
System Red Green Blue C M Y K H S L
Decimal 205 47 80 0 0.77 0.61 0.20 347.47 0.63 0.49
Hex CD 2F 50 0 4D 3D 14 15B 3F 31
Octal 315 57 120 0 115 75 24 533 77 61
Binary 11001101 101111 1010000 0 1001101 111101 10100 101011011 111111 110001

Color Harmonies of #CD2F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2F50

Black with #CD2F50

Text Example


Text Example

White with #CD2F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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