Html Css Color HEX #C21A5A Old Rose

📋 copy color: '#C21A5A'

red 194 ◦ green 26 ◦ blue 90

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

Shades of Old Rose #C21A5A

Tints of Old Rose #C21A5A

RGB

 RED value IS 194 (76.17% from 255) = 62.58%

 GREEN value IS 26 (10.55% from 255) = 8.39%

 BLUE value IS 90 (35.55% from 255) = 29.03%

R = 62.58%
G = 8.39%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C21A5A (or 0xC21A5A) is known color: Old Rose. HEX triplet: C2, 1A and 5A. RGB value is (194,26,90). Sum of RGB (Red+Green+Blue) = 194+26+90=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A5A is #3DE5A5. Grayscale: #535353. Windows color (decimal): -4056486 or 5905090. OLE color: 5905090.

HSL color Cylindrical-coordinate representation of color #C21A5A: hue angle of 337.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A5A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 26 90 -
CMYK 0 0.87 0.54 0.24
HSL 337.14º 0.76% 0.43% -
HSV(B) 337.14º 0.87% 0.76% -
XYZ 24.46 12.95 10.88 -
YUV 83.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 194 26 90 0 0.87 0.54 0.24 337.14 0.76 0.43
Hex C2 1A 5A 0 57 36 18 151 4C 2B
Octal 302 32 132 0 127 66 30 521 114 53
Binary 11000010 11010 1011010 0 1010111 110110 11000 101010001 1001100 101011

Color Harmonies of #C21A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21A5A

Black with #C21A5A

Text Example


Text Example

White with #C21A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21A5A; }

 p { color: rgb(194,26,90); }

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

background-color css

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

 a { background-color: rgb(194,26,90); }

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

border-color css

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

 span { border-color: rgb(194,26,90); }

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