Html Css Color HEX #CD2453 Old Rose

📋 copy color: '#CD2453'

red 205 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #CD2453

Tints of Old Rose #CD2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 63.27%
G = 11.11%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD2453 (or 0xCD2453) is known color: Old Rose. HEX triplet: CD, 24 and 53. RGB value is (205,36,83). Sum of RGB (Red+Green+Blue) = 205+36+83=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2453 is #32DBAC. Grayscale: #5B5B5B. Windows color (decimal): -3333037 or 5448909. OLE color: 5448909.

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

Color convert

RGB 205 36 83 -
CMYK 0 0.82 0.60 0.20
HSL 343.31º 0.7% 0.47% -
HSV(B) 343.31º 0.82% 0.8% -
XYZ 27.37 14.87 9.61 -
YUV 91.89 122.99 208.68 -
System Red Green Blue C M Y K H S L
Decimal 205 36 83 0 0.82 0.60 0.20 343.31 0.7 0.47
Hex CD 24 53 0 52 3C 14 157 46 2F
Octal 315 44 123 0 122 74 24 527 106 57
Binary 11001101 100100 1010011 0 1010010 111100 10100 101010111 1000110 101111

Color Harmonies of #CD2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2453

Black with #CD2453

Text Example


Text Example

White with #CD2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2453; }

 p { color: rgb(205,36,83); }

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

background-color css

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

 a { background-color: rgb(205,36,83); }

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

border-color css

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

 span { border-color: rgb(205,36,83); }

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