Html Css Color HEX #C22C60 Old Rose

📋 copy color: '#C22C60'

red 194 ◦ green 44 ◦ blue 96

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

Shades of Old Rose #C22C60

Tints of Old Rose #C22C60

RGB

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

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

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

R = 58.08%
G = 13.17%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C22C60 (or 0xC22C60) is known color: Old Rose. HEX triplet: C2, 2C and 60. RGB value is (194,44,96). Sum of RGB (Red+Green+Blue) = 194+44+96=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C60 is #3DD39F. Grayscale: #5E5E5E. Windows color (decimal): -4051872 or 6302914. OLE color: 6302914.

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

Color convert

RGB 194 44 96 -
CMYK 0 0.77 0.51 0.24
HSL 339.2º 0.63% 0.47% -
HSV(B) 339.2º 0.77% 0.76% -
XYZ 25.26 14.12 12.46 -
YUV 94.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 194 44 96 0 0.77 0.51 0.24 339.2 0.63 0.47
Hex C2 2C 60 0 4D 33 18 153 3F 2F
Octal 302 54 140 0 115 63 30 523 77 57
Binary 11000010 101100 1100000 0 1001101 110011 11000 101010011 111111 101111

Color Harmonies of #C22C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C60

Black with #C22C60

Text Example


Text Example

White with #C22C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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