Html Css Color HEX #C22147 Old Rose

📋 copy color: '#C22147'

red 194 ◦ green 33 ◦ blue 71

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

Shades of Old Rose #C22147

Tints of Old Rose #C22147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

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

R = 65.1%
G = 11.07%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C22147 (or 0xC22147) is known color: Old Rose. HEX triplet: C2, 21 and 47. RGB value is (194,33,71). Sum of RGB (Red+Green+Blue) = 194+33+71=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22147 is #3DDEB8. Grayscale: #555555. Windows color (decimal): -4054713 or 4661698. OLE color: 4661698.

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

Color convert

RGB 194 33 71 -
CMYK 0 0.83 0.63 0.24
HSL 345.84º 0.71% 0.45% -
HSV(B) 345.84º 0.83% 0.76% -
XYZ 23.93 13.01 7.21 -
YUV 85.47 119.84 205.41 -
System Red Green Blue C M Y K H S L
Decimal 194 33 71 0 0.83 0.63 0.24 345.84 0.71 0.45
Hex C2 21 47 0 53 3F 18 15A 47 2D
Octal 302 41 107 0 123 77 30 532 107 55
Binary 11000010 100001 1000111 0 1010011 111111 11000 101011010 1000111 101101

Color Harmonies of #C22147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22147

Black with #C22147

Text Example


Text Example

White with #C22147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22147; }

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

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

background-color css

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

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

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

border-color css

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

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

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