Html Css Color HEX #C22863 Old Rose

📋 copy color: '#C22863'

red 194 ◦ green 40 ◦ blue 99

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

Shades of Old Rose #C22863

Tints of Old Rose #C22863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.01%

 BLUE value IS 99 (39.06% from 255) = 29.73%

R = 58.26%
G = 12.01%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C22863 (or 0xC22863) is known color: Old Rose. HEX triplet: C2, 28 and 63. RGB value is (194,40,99). Sum of RGB (Red+Green+Blue) = 194+40+99=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22863 is #3DD79C. Grayscale: #5C5C5C. Windows color (decimal): -4052893 or 6498498. OLE color: 6498498.

HSL color Cylindrical-coordinate representation of color #C22863: hue angle of 337.01º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22863 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 99 -
CMYK 0 0.79 0.49 0.24
HSL 337.01º 0.66% 0.46% -
HSV(B) 337.01º 0.79% 0.76% -
XYZ 25.26 13.89 13.15 -
YUV 92.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 194 40 99 0 0.79 0.49 0.24 337.01 0.66 0.46
Hex C2 28 63 0 4F 31 18 151 42 2E
Octal 302 50 143 0 117 61 30 521 102 56
Binary 11000010 101000 1100011 0 1001111 110001 11000 101010001 1000010 101110

Color Harmonies of #C22863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22863

Black with #C22863

Text Example


Text Example

White with #C22863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22863; }

 p { color: rgb(194,40,99); }

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

background-color css

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

 a { background-color: rgb(194,40,99); }

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

border-color css

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

 span { border-color: rgb(194,40,99); }

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