Html Css Color HEX #CD274D Old Rose

📋 copy color: '#CD274D'

red 205 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #CD274D

Tints of Old Rose #CD274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.15%

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

R = 63.86%
G = 12.15%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD274D (or 0xCD274D) is known color: Old Rose. HEX triplet: CD, 27 and 4D. RGB value is (205,39,77). Sum of RGB (Red+Green+Blue) = 205+39+77=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD274D is #32D8B2. Grayscale: #5C5C5C. Windows color (decimal): -3332275 or 5056461. OLE color: 5056461.

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

Color convert

RGB 205 39 77 -
CMYK 0 0.81 0.62 0.20
HSL 346.27º 0.68% 0.48% -
HSV(B) 346.27º 0.81% 0.8% -
XYZ 27.24 14.97 8.47 -
YUV 92.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 205 39 77 0 0.81 0.62 0.20 346.27 0.68 0.48
Hex CD 27 4D 0 51 3E 14 15A 44 30
Octal 315 47 115 0 121 76 24 532 104 60
Binary 11001101 100111 1001101 0 1010001 111110 10100 101011010 1000100 110000

Color Harmonies of #CD274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD274D

Black with #CD274D

Text Example


Text Example

White with #CD274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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