Html Css Color HEX #C21C56 Old Rose

📋 copy color: '#C21C56'

red 194 ◦ green 28 ◦ blue 86

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

Shades of Old Rose #C21C56

Tints of Old Rose #C21C56

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 62.99%
G = 9.09%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C21C56 (or 0xC21C56) is known color: Old Rose. HEX triplet: C2, 1C and 56. RGB value is (194,28,86). Sum of RGB (Red+Green+Blue) = 194+28+86=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21C56 is #3DE3A9. Grayscale: #545454. Windows color (decimal): -4055978 or 5643458. OLE color: 5643458.

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

Color convert

RGB 194 28 86 -
CMYK 0 0.86 0.56 0.24
HSL 339.04º 0.75% 0.44% -
HSV(B) 339.04º 0.86% 0.76% -
XYZ 24.34 12.97 10.02 -
YUV 84.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 194 28 86 0 0.86 0.56 0.24 339.04 0.75 0.44
Hex C2 1C 56 0 56 38 18 153 4B 2C
Octal 302 34 126 0 126 70 30 523 113 54
Binary 11000010 11100 1010110 0 1010110 111000 11000 101010011 1001011 101100

Color Harmonies of #C21C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21C56

Black with #C21C56

Text Example


Text Example

White with #C21C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21C56; }

 p { color: rgb(194,28,86); }

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

background-color css

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

 a { background-color: rgb(194,28,86); }

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

border-color css

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

 span { border-color: rgb(194,28,86); }

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