Html Css Color HEX #CD2C4E Old Rose

📋 copy color: '#CD2C4E'

red 205 ◦ green 44 ◦ blue 78

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

Shades of Old Rose #CD2C4E

Tints of Old Rose #CD2C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.85%

R = 62.69%
G = 13.46%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD2C4E (or 0xCD2C4E) is known color: Old Rose. HEX triplet: CD, 2C and 4E. RGB value is (205,44,78). Sum of RGB (Red+Green+Blue) = 205+44+78=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C4E is #32D3B1. Grayscale: #606060. Windows color (decimal): -3330994 or 5123277. OLE color: 5123277.

HSL color Cylindrical-coordinate representation of color #CD2C4E: hue angle of 347.33º 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 #CD2C4E is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 44 78 -
CMYK 0 0.79 0.62 0.20
HSL 347.33º 0.65% 0.49% -
HSV(B) 347.33º 0.79% 0.8% -
XYZ 27.45 15.33 8.72 -
YUV 96.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 205 44 78 0 0.79 0.62 0.20 347.33 0.65 0.49
Hex CD 2C 4E 0 4F 3E 14 15B 41 31
Octal 315 54 116 0 117 76 24 533 101 61
Binary 11001101 101100 1001110 0 1001111 111110 10100 101011011 1000001 110001

Color Harmonies of #CD2C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2C4E

Black with #CD2C4E

Text Example


Text Example

White with #CD2C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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