Html Css Color HEX #C22260 Old Rose

📋 copy color: '#C22260'

red 194 ◦ green 34 ◦ blue 96

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

Shades of Old Rose #C22260

Tints of Old Rose #C22260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 59.88%
G = 10.49%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C22260 (or 0xC22260) is known color: Old Rose. HEX triplet: C2, 22 and 60. RGB value is (194,34,96). Sum of RGB (Red+Green+Blue) = 194+34+96=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C22260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22260 is #3DDD9F. Grayscale: #585858. Windows color (decimal): -4054432 or 6300354. OLE color: 6300354.

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

Color convert

RGB 194 34 96 -
CMYK 0 0.82 0.51 0.24
HSL 336.75º 0.7% 0.45% -
HSV(B) 336.75º 0.82% 0.76% -
XYZ 24.93 13.46 12.35 -
YUV 88.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 194 34 96 0 0.82 0.51 0.24 336.75 0.7 0.45
Hex C2 22 60 0 52 33 18 151 46 2D
Octal 302 42 140 0 122 63 30 521 106 55
Binary 11000010 100010 1100000 0 1010010 110011 11000 101010001 1000110 101101

Color Harmonies of #C22260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22260

Black with #C22260

Text Example


Text Example

White with #C22260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22260; }

 p { color: rgb(194,34,96); }

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

background-color css

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

 a { background-color: rgb(194,34,96); }

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

border-color css

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

 span { border-color: rgb(194,34,96); }

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