Html Css Color HEX #C22C5A Old Rose

📋 copy color: '#C22C5A'

red 194 ◦ green 44 ◦ blue 90

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

Shades of Old Rose #C22C5A

Tints of Old Rose #C22C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.41%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 59.15%
G = 13.41%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C22C5A (or 0xC22C5A) is known color: Old Rose. HEX triplet: C2, 2C and 5A. RGB value is (194,44,90). Sum of RGB (Red+Green+Blue) = 194+44+90=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C5A is #3DD3A5. Grayscale: #5E5E5E. Windows color (decimal): -4051878 or 5909698. OLE color: 5909698.

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

Color convert

RGB 194 44 90 -
CMYK 0 0.77 0.54 0.24
HSL 341.6º 0.63% 0.47% -
HSV(B) 341.6º 0.77% 0.76% -
XYZ 24.99 14.01 11.06 -
YUV 94.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 194 44 90 0 0.77 0.54 0.24 341.6 0.63 0.47
Hex C2 2C 5A 0 4D 36 18 156 3F 2F
Octal 302 54 132 0 115 66 30 526 77 57
Binary 11000010 101100 1011010 0 1001101 110110 11000 101010110 111111 101111

Color Harmonies of #C22C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C5A

Black with #C22C5A

Text Example


Text Example

White with #C22C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C5A; }

 p { color: rgb(194,44,90); }

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

background-color css

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

 a { background-color: rgb(194,44,90); }

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

border-color css

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

 span { border-color: rgb(194,44,90); }

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