Html Css Color HEX #C22C65 Old Rose

📋 copy color: '#C22C65'

red 194 ◦ green 44 ◦ blue 101

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

Shades of Old Rose #C22C65

Tints of Old Rose #C22C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 57.23%
G = 12.98%
B = 29.79%

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

#C22C65 (or 0xC22C65) is known color: Old Rose. HEX triplet: C2, 2C and 65. RGB value is (194,44,101). Sum of RGB (Red+Green+Blue) = 194+44+101=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C65 is #3DD39A. Grayscale: #5F5F5F. Windows color (decimal): -4051867 or 6630594. OLE color: 6630594.

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

Color convert

RGB 194 44 101 -
CMYK 0 0.77 0.48 0.24
HSL 337.2º 0.63% 0.47% -
HSV(B) 337.2º 0.77% 0.76% -
XYZ 25.5 14.21 13.71 -
YUV 95.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 194 44 101 0 0.77 0.48 0.24 337.2 0.63 0.47
Hex C2 2C 65 0 4D 30 18 151 3F 2F
Octal 302 54 145 0 115 60 30 521 77 57
Binary 11000010 101100 1100101 0 1001101 110000 11000 101010001 111111 101111

Color Harmonies of #C22C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22C65

Black with #C22C65

Text Example


Text Example

White with #C22C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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