Html Css Color HEX #C22763 Old Rose

📋 copy color: '#C22763'

red 194 ◦ green 39 ◦ blue 99

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

Shades of Old Rose #C22763

Tints of Old Rose #C22763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 58.43%
G = 11.75%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C22763 (or 0xC22763) is known color: Old Rose. HEX triplet: C2, 27 and 63. RGB value is (194,39,99). Sum of RGB (Red+Green+Blue) = 194+39+99=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C22763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22763 is #3DD89C. Grayscale: #5C5C5C. Windows color (decimal): -4053149 or 6498242. OLE color: 6498242.

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

Color convert

RGB 194 39 99 -
CMYK 0 0.80 0.49 0.24
HSL 336.77º 0.67% 0.46% -
HSV(B) 336.77º 0.8% 0.76% -
XYZ 25.23 13.82 13.14 -
YUV 92.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 194 39 99 0 0.80 0.49 0.24 336.77 0.67 0.46
Hex C2 27 63 0 50 31 18 151 43 2E
Octal 302 47 143 0 120 61 30 521 103 56
Binary 11000010 100111 1100011 0 1010000 110001 11000 101010001 1000011 101110

Color Harmonies of #C22763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22763

Black with #C22763

Text Example


Text Example

White with #C22763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22763; }

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

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

background-color css

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

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

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

border-color css

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

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

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