Html Css Color HEX #C21656 Old Rose

📋 copy color: '#C21656'

red 194 ◦ green 22 ◦ blue 86

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

Shades of Old Rose #C21656

Tints of Old Rose #C21656

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 64.24%
G = 7.28%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C21656 (or 0xC21656) is known color: Old Rose. HEX triplet: C2, 16 and 56. RGB value is (194,22,86). Sum of RGB (Red+Green+Blue) = 194+22+86=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C21656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21656 is #3DE9A9. Grayscale: #505050. Windows color (decimal): -4057514 or 5641922. OLE color: 5641922.

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

Color convert

RGB 194 22 86 -
CMYK 0 0.89 0.56 0.24
HSL 337.67º 0.8% 0.42% -
HSV(B) 337.67º 0.89% 0.76% -
XYZ 24.21 12.72 9.98 -
YUV 80.72 130.98 208.8 -
System Red Green Blue C M Y K H S L
Decimal 194 22 86 0 0.89 0.56 0.24 337.67 0.8 0.42
Hex C2 16 56 0 59 38 18 152 50 2A
Octal 302 26 126 0 131 70 30 522 120 52
Binary 11000010 10110 1010110 0 1011001 111000 11000 101010010 1010000 101010

Color Harmonies of #C21656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21656

Black with #C21656

Text Example


Text Example

White with #C21656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21656; }

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

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

background-color css

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

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

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

border-color css

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

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

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