Html Css Color HEX #C21953 Old Rose

📋 copy color: '#C21953'

red 194 ◦ green 25 ◦ blue 83

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

Shades of Old Rose #C21953

Tints of Old Rose #C21953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.48%

R = 64.24%
G = 8.28%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C21953 (or 0xC21953) is known color: Old Rose. HEX triplet: C2, 19 and 53. RGB value is (194,25,83). Sum of RGB (Red+Green+Blue) = 194+25+83=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C21953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21953 is #3DE6AC. Grayscale: #525252. Windows color (decimal): -4056749 or 5446082. OLE color: 5446082.

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

Color convert

RGB 194 25 83 -
CMYK 0 0.87 0.57 0.24
HSL 339.41º 0.77% 0.43% -
HSV(B) 339.41º 0.87% 0.76% -
XYZ 24.16 12.79 9.38 -
YUV 82.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 194 25 83 0 0.87 0.57 0.24 339.41 0.77 0.43
Hex C2 19 53 0 57 39 18 153 4D 2B
Octal 302 31 123 0 127 71 30 523 115 53
Binary 11000010 11001 1010011 0 1010111 111001 11000 101010011 1001101 101011

Color Harmonies of #C21953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21953

Black with #C21953

Text Example


Text Example

White with #C21953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21953; }

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

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

background-color css

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

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

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

border-color css

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

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

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