Html Css Color HEX #C22A57 Old Rose

📋 copy color: '#C22A57'

red 194 ◦ green 42 ◦ blue 87

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

Shades of Old Rose #C22A57

Tints of Old Rose #C22A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.93%

R = 60.06%
G = 13%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C22A57 (or 0xC22A57) is known color: Old Rose. HEX triplet: C2, 2A and 57. RGB value is (194,42,87). Sum of RGB (Red+Green+Blue) = 194+42+87=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A57 is #3DD5A8. Grayscale: #5C5C5C. Windows color (decimal): -4052393 or 5712578. OLE color: 5712578.

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

Color convert

RGB 194 42 87 -
CMYK 0 0.78 0.55 0.24
HSL 342.24º 0.64% 0.46% -
HSV(B) 342.24º 0.78% 0.76% -
XYZ 24.8 13.81 10.38 -
YUV 92.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 194 42 87 0 0.78 0.55 0.24 342.24 0.64 0.46
Hex C2 2A 57 0 4E 37 18 156 40 2E
Octal 302 52 127 0 116 67 30 526 100 56
Binary 11000010 101010 1010111 0 1001110 110111 11000 101010110 1000000 101110

Color Harmonies of #C22A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22A57

Black with #C22A57

Text Example


Text Example

White with #C22A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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