Html Css Color HEX #C21957 Old Rose

📋 copy color: '#C21957'

red 194 ◦ green 25 ◦ blue 87

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

Shades of Old Rose #C21957

Tints of Old Rose #C21957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

 BLUE value IS 87 (34.38% from 255) = 28.43%

R = 63.4%
G = 8.17%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C21957 (or 0xC21957) is known color: Old Rose. HEX triplet: C2, 19 and 57. RGB value is (194,25,87). Sum of RGB (Red+Green+Blue) = 194+25+87=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C21957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21957 is #3DE6A8. Grayscale: #525252. Windows color (decimal): -4056745 or 5708226. OLE color: 5708226.

HSL color Cylindrical-coordinate representation of color #C21957: hue angle of 337.99º degrees, saturation: 0.77, 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 #C21957 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 25 87 -
CMYK 0 0.87 0.55 0.24
HSL 337.99º 0.77% 0.43% -
HSV(B) 337.99º 0.87% 0.76% -
XYZ 24.32 12.85 10.22 -
YUV 82.6 130.49 207.46 -
System Red Green Blue C M Y K H S L
Decimal 194 25 87 0 0.87 0.55 0.24 337.99 0.77 0.43
Hex C2 19 57 0 57 37 18 152 4D 2B
Octal 302 31 127 0 127 67 30 522 115 53
Binary 11000010 11001 1010111 0 1010111 110111 11000 101010010 1001101 101011

Color Harmonies of #C21957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21957

Black with #C21957

Text Example


Text Example

White with #C21957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21957; }

 p { color: rgb(194,25,87); }

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

background-color css

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

 a { background-color: rgb(194,25,87); }

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

border-color css

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

 span { border-color: rgb(194,25,87); }

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