Html Css Color HEX #CD324D Old Rose

📋 copy color: '#CD324D'

red 205 ◦ green 50 ◦ blue 77

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

Shades of Old Rose #CD324D

Tints of Old Rose #CD324D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 77 (30.47% from 255) = 23.19%

R = 61.75%
G = 15.06%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD324D (or 0xCD324D) is known color: Old Rose. HEX triplet: CD, 32 and 4D. RGB value is (205,50,77). Sum of RGB (Red+Green+Blue) = 205+50+77=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD324D is #32CDB2. Grayscale: #636363. Windows color (decimal): -3329459 or 5059277. OLE color: 5059277.

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

Color convert

RGB 205 50 77 -
CMYK 0 0.76 0.62 0.20
HSL 349.55º 0.61% 0.5% -
HSV(B) 349.55º 0.76% 0.8% -
XYZ 27.66 15.8 8.61 -
YUV 99.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 205 50 77 0 0.76 0.62 0.20 349.55 0.61 0.5
Hex CD 32 4D 0 4C 3E 14 15E 3D 32
Octal 315 62 115 0 114 76 24 536 75 62
Binary 11001101 110010 1001101 0 1001100 111110 10100 101011110 111101 110010

Color Harmonies of #CD324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD324D

Black with #CD324D

Text Example


Text Example

White with #CD324D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD324D; }

 p { color: rgb(205,50,77); }

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

background-color css

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

 a { background-color: rgb(205,50,77); }

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

border-color css

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

 span { border-color: rgb(205,50,77); }

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