Html Css Color HEX #C22946 Old Rose

📋 copy color: '#C22946'

red 194 ◦ green 41 ◦ blue 70

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

Shades of Old Rose #C22946

Tints of Old Rose #C22946

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 63.61%
G = 13.44%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22946 (or 0xC22946) is known color: Old Rose. HEX triplet: C2, 29 and 46. RGB value is (194,41,70). Sum of RGB (Red+Green+Blue) = 194+41+70=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C22946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22946 is #3DD6B9. Grayscale: #5A5A5A. Windows color (decimal): -4052666 or 4598210. OLE color: 4598210.

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

Color convert

RGB 194 41 70 -
CMYK 0 0.79 0.64 0.24
HSL 348.63º 0.65% 0.46% -
HSV(B) 348.63º 0.79% 0.76% -
XYZ 24.15 13.5 7.13 -
YUV 90.05 116.69 202.14 -
System Red Green Blue C M Y K H S L
Decimal 194 41 70 0 0.79 0.64 0.24 348.63 0.65 0.46
Hex C2 29 46 0 4F 40 18 15D 41 2E
Octal 302 51 106 0 117 100 30 535 101 56
Binary 11000010 101001 1000110 0 1001111 1000000 11000 101011101 1000001 101110

Color Harmonies of #C22946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22946

Black with #C22946

Text Example


Text Example

White with #C22946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22946; }

 p { color: rgb(194,41,70); }

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

background-color css

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

 a { background-color: rgb(194,41,70); }

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

border-color css

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

 span { border-color: rgb(194,41,70); }

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