Html Css Color HEX #C22A47 Old Rose

📋 copy color: '#C22A47'

red 194 ◦ green 42 ◦ blue 71

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

Shades of Old Rose #C22A47

Tints of Old Rose #C22A47

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.68%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 63.19%
G = 13.68%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C22A47 (or 0xC22A47) is known color: Old Rose. HEX triplet: C2, 2A and 47. RGB value is (194,42,71). Sum of RGB (Red+Green+Blue) = 194+42+71=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22A47 is #3DD5B8. Grayscale: #5A5A5A. Windows color (decimal): -4052409 or 4664002. OLE color: 4664002.

HSL color Cylindrical-coordinate representation of color #C22A47: hue angle of 348.55º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A47 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 42 71 -
CMYK 0 0.78 0.63 0.24
HSL 348.55º 0.64% 0.46% -
HSV(B) 348.55º 0.78% 0.76% -
XYZ 24.21 13.58 7.31 -
YUV 90.75 116.86 201.64 -
System Red Green Blue C M Y K H S L
Decimal 194 42 71 0 0.78 0.63 0.24 348.55 0.64 0.46
Hex C2 2A 47 0 4E 3F 18 15D 40 2E
Octal 302 52 107 0 116 77 30 535 100 56
Binary 11000010 101010 1000111 0 1001110 111111 11000 101011101 1000000 101110

Color Harmonies of #C22A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A47

Black with #C22A47

Text Example


Text Example

White with #C22A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A47; }

 p { color: rgb(194,42,71); }

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

background-color css

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

 a { background-color: rgb(194,42,71); }

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

border-color css

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

 span { border-color: rgb(194,42,71); }

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