Html Css Color HEX #CD2D4C Old Rose

📋 copy color: '#CD2D4C'

red 205 ◦ green 45 ◦ blue 76

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

Shades of Old Rose #CD2D4C

Tints of Old Rose #CD2D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

 BLUE value IS 76 (30.08% from 255) = 23.31%

R = 62.88%
G = 13.8%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD2D4C (or 0xCD2D4C) is known color: Old Rose. HEX triplet: CD, 2D and 4C. RGB value is (205,45,76). Sum of RGB (Red+Green+Blue) = 205+45+76=326 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.88% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2D4C is #32D2B3. Grayscale: #606060. Windows color (decimal): -3330740 or 4992461. OLE color: 4992461.

HSL color Cylindrical-coordinate representation of color #CD2D4C: hue angle of 348.38º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2D4C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 45 76 -
CMYK 0 0.78 0.63 0.20
HSL 348.38º 0.64% 0.49% -
HSV(B) 348.38º 0.78% 0.8% -
XYZ 27.42 15.38 8.36 -
YUV 96.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 205 45 76 0 0.78 0.63 0.20 348.38 0.64 0.49
Hex CD 2D 4C 0 4E 3F 14 15C 40 31
Octal 315 55 114 0 116 77 24 534 100 61
Binary 11001101 101101 1001100 0 1001110 111111 10100 101011100 1000000 110001

Color Harmonies of #CD2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2D4C

Black with #CD2D4C

Text Example


Text Example

White with #CD2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2D4C; }

 p { color: rgb(205,45,76); }

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

background-color css

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

 a { background-color: rgb(205,45,76); }

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

border-color css

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

 span { border-color: rgb(205,45,76); }

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