Html Css Color HEX #C21F60 Old Rose

📋 copy color: '#C21F60'

red 194 ◦ green 31 ◦ blue 96

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

Shades of Old Rose #C21F60

Tints of Old Rose #C21F60

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.66%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 60.44%
G = 9.66%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21F60 (or 0xC21F60) is known color: Old Rose. HEX triplet: C2, 1F and 60. RGB value is (194,31,96). Sum of RGB (Red+Green+Blue) = 194+31+96=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F60 is #3DE09F. Grayscale: #575757. Windows color (decimal): -4055200 or 6299586. OLE color: 6299586.

HSL color Cylindrical-coordinate representation of color #C21F60: hue angle of 336.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F60 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 31 96 -
CMYK 0 0.84 0.51 0.24
HSL 336.07º 0.72% 0.44% -
HSV(B) 336.07º 0.84% 0.76% -
XYZ 24.85 13.29 12.32 -
YUV 87.15 133 204.21 -
System Red Green Blue C M Y K H S L
Decimal 194 31 96 0 0.84 0.51 0.24 336.07 0.72 0.44
Hex C2 1F 60 0 54 33 18 150 48 2C
Octal 302 37 140 0 124 63 30 520 110 54
Binary 11000010 11111 1100000 0 1010100 110011 11000 101010000 1001000 101100

Color Harmonies of #C21F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F60

Black with #C21F60

Text Example


Text Example

White with #C21F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F60; }

 p { color: rgb(194,31,96); }

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

background-color css

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

 a { background-color: rgb(194,31,96); }

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

border-color css

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

 span { border-color: rgb(194,31,96); }

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