Html Css Color HEX #C22950 Old Rose

📋 copy color: '#C22950'

red 194 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #C22950

Tints of Old Rose #C22950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 61.59%
G = 13.02%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C22950 (or 0xC22950) is known color: Old Rose. HEX triplet: C2, 29 and 50. RGB value is (194,41,80). Sum of RGB (Red+Green+Blue) = 194+41+80=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C22950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22950 is #3DD6AF. Grayscale: #5B5B5B. Windows color (decimal): -4052656 or 5253570. OLE color: 5253570.

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

Color convert

RGB 194 41 80 -
CMYK 0 0.79 0.59 0.24
HSL 344.71º 0.65% 0.46% -
HSV(B) 344.71º 0.79% 0.76% -
XYZ 24.49 13.63 8.93 -
YUV 91.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 194 41 80 0 0.79 0.59 0.24 344.71 0.65 0.46
Hex C2 29 50 0 4F 3B 18 159 41 2E
Octal 302 51 120 0 117 73 30 531 101 56
Binary 11000010 101001 1010000 0 1001111 111011 11000 101011001 1000001 101110

Color Harmonies of #C22950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22950

Black with #C22950

Text Example


Text Example

White with #C22950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22950; }

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

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

background-color css

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

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

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

border-color css

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

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

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