Html Css Color HEX #CD304D Old Rose

📋 copy color: '#CD304D'

red 205 ◦ green 48 ◦ blue 77

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

Shades of Old Rose #CD304D

Tints of Old Rose #CD304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

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

R = 62.12%
G = 14.55%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD304D (or 0xCD304D) is known color: Old Rose. HEX triplet: CD, 30 and 4D. RGB value is (205,48,77). Sum of RGB (Red+Green+Blue) = 205+48+77=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD304D is #32CFB2. Grayscale: #626262. Windows color (decimal): -3329971 or 5058765. OLE color: 5058765.

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

Color convert

RGB 205 48 77 -
CMYK 0 0.77 0.62 0.20
HSL 348.92º 0.62% 0.5% -
HSV(B) 348.92º 0.77% 0.8% -
XYZ 27.57 15.63 8.58 -
YUV 98.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 205 48 77 0 0.77 0.62 0.20 348.92 0.62 0.5
Hex CD 30 4D 0 4D 3E 14 15D 3E 32
Octal 315 60 115 0 115 76 24 535 76 62
Binary 11001101 110000 1001101 0 1001101 111110 10100 101011101 111110 110010

Color Harmonies of #CD304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD304D

Black with #CD304D

Text Example


Text Example

White with #CD304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD304D; }

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

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

background-color css

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

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

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

border-color css

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

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

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