Html Css Color HEX #CD214C Old Rose

📋 copy color: '#CD214C'

red 205 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #CD214C

Tints of Old Rose #CD214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 65.29%
G = 10.51%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CD214C (or 0xCD214C) is known color: Old Rose. HEX triplet: CD, 21 and 4C. RGB value is (205,33,76). Sum of RGB (Red+Green+Blue) = 205+33+76=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD214C is #32DEB3. Grayscale: #595959. Windows color (decimal): -3333812 or 4989389. OLE color: 4989389.

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

Color convert

RGB 205 33 76 -
CMYK 0 0.84 0.63 0.20
HSL 345º 0.72% 0.47% -
HSV(B) 345º 0.84% 0.8% -
XYZ 27.03 14.59 8.23 -
YUV 89.33 120.48 210.5 -
System Red Green Blue C M Y K H S L
Decimal 205 33 76 0 0.84 0.63 0.20 345 0.72 0.47
Hex CD 21 4C 0 54 3F 14 159 48 2F
Octal 315 41 114 0 124 77 24 531 110 57
Binary 11001101 100001 1001100 0 1010100 111111 10100 101011001 1001000 101111

Color Harmonies of #CD214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD214C

Black with #CD214C

Text Example


Text Example

White with #CD214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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