Html Css Color HEX #C22C5D Old Rose

📋 copy color: '#C22C5D'

red 194 ◦ green 44 ◦ blue 93

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

Shades of Old Rose #C22C5D

Tints of Old Rose #C22C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.1%

R = 58.61%
G = 13.29%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C22C5D (or 0xC22C5D) is known color: Old Rose. HEX triplet: C2, 2C and 5D. RGB value is (194,44,93). Sum of RGB (Red+Green+Blue) = 194+44+93=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C5D is #3DD3A2. Grayscale: #5E5E5E. Windows color (decimal): -4051875 or 6106306. OLE color: 6106306.

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

Color convert

RGB 194 44 93 -
CMYK 0 0.77 0.52 0.24
HSL 340.4º 0.63% 0.47% -
HSV(B) 340.4º 0.77% 0.76% -
XYZ 25.12 14.06 11.75 -
YUV 94.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 194 44 93 0 0.77 0.52 0.24 340.4 0.63 0.47
Hex C2 2C 5D 0 4D 34 18 154 3F 2F
Octal 302 54 135 0 115 64 30 524 77 57
Binary 11000010 101100 1011101 0 1001101 110100 11000 101010100 111111 101111

Color Harmonies of #C22C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C5D

Black with #C22C5D

Text Example


Text Example

White with #C22C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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