Html Css Color HEX #CD2C55 Old Rose

📋 copy color: '#CD2C55'

red 205 ◦ green 44 ◦ blue 85

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

Shades of Old Rose #CD2C55

Tints of Old Rose #CD2C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.17%

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 61.38%
G = 13.17%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD2C55 (or 0xCD2C55) is known color: Old Rose. HEX triplet: CD, 2C and 55. RGB value is (205,44,85). Sum of RGB (Red+Green+Blue) = 205+44+85=334 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.38% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C55 is #32D3AA. Grayscale: #606060. Windows color (decimal): -3330987 or 5582029. OLE color: 5582029.

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

Color convert

RGB 205 44 85 -
CMYK 0 0.79 0.59 0.20
HSL 344.72º 0.65% 0.49% -
HSV(B) 344.72º 0.79% 0.8% -
XYZ 27.72 15.44 10.11 -
YUV 96.81 121.34 205.17 -
System Red Green Blue C M Y K H S L
Decimal 205 44 85 0 0.79 0.59 0.20 344.72 0.65 0.49
Hex CD 2C 55 0 4F 3B 14 159 41 31
Octal 315 54 125 0 117 73 24 531 101 61
Binary 11001101 101100 1010101 0 1001111 111011 10100 101011001 1000001 110001

Color Harmonies of #CD2C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C55

Black with #CD2C55

Text Example


Text Example

White with #CD2C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C55; }

 p { color: rgb(205,44,85); }

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

background-color css

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

 a { background-color: rgb(205,44,85); }

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

border-color css

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

 span { border-color: rgb(205,44,85); }

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