Html Css Color HEX #C22C64 Old Rose

📋 copy color: '#C22C64'

red 194 ◦ green 44 ◦ blue 100

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

Shades of Old Rose #C22C64

Tints of Old Rose #C22C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 57.4%
G = 13.02%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C22C64 (or 0xC22C64) is known color: Old Rose. HEX triplet: C2, 2C and 64. RGB value is (194,44,100). Sum of RGB (Red+Green+Blue) = 194+44+100=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C64 is #3DD39B. Grayscale: #5F5F5F. Windows color (decimal): -4051868 or 6565058. OLE color: 6565058.

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

Color convert

RGB 194 44 100 -
CMYK 0 0.77 0.48 0.24
HSL 337.6º 0.63% 0.47% -
HSV(B) 337.6º 0.77% 0.76% -
XYZ 25.45 14.19 13.45 -
YUV 95.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 194 44 100 0 0.77 0.48 0.24 337.6 0.63 0.47
Hex C2 2C 64 0 4D 30 18 152 3F 2F
Octal 302 54 144 0 115 60 30 522 77 57
Binary 11000010 101100 1100100 0 1001101 110000 11000 101010010 111111 101111

Color Harmonies of #C22C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C64

Black with #C22C64

Text Example


Text Example

White with #C22C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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