Html Css Color HEX #C02563 Old Rose

📋 copy color: '#C02563'

red 192 ◦ green 37 ◦ blue 99

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

Shades of Old Rose #C02563

Tints of Old Rose #C02563

RGB

 RED value IS 192 (75.39% from 255) = 58.54%

 GREEN value IS 37 (14.84% from 255) = 11.28%

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

R = 58.54%
G = 11.28%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C02563 (or 0xC02563) is known color: Old Rose. HEX triplet: C0, 25 and 63. RGB value is (192,37,99). Sum of RGB (Red+Green+Blue) = 192+37+99=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C02563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02563 is #3FDA9C. Grayscale: #5A5A5A. Windows color (decimal): -4184733 or 6497728. OLE color: 6497728.

HSL color Cylindrical-coordinate representation of color #C02563: hue angle of 336º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02563 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 99 -
CMYK 0 0.81 0.48 0.25
HSL 336º 0.68% 0.45% -
HSV(B) 336º 0.81% 0.75% -
XYZ 24.65 13.43 13.1 -
YUV 90.41 132.85 200.46 -
System Red Green Blue C M Y K H S L
Decimal 192 37 99 0 0.81 0.48 0.25 336 0.68 0.45
Hex C0 25 63 0 51 30 19 150 44 2D
Octal 300 45 143 0 121 60 31 520 104 55
Binary 11000000 100101 1100011 0 1010001 110000 11001 101010000 1000100 101101

Color Harmonies of #C02563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02563

Black with #C02563

Text Example


Text Example

White with #C02563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02563; }

 p { color: rgb(192,37,99); }

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

background-color css

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

 a { background-color: rgb(192,37,99); }

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

border-color css

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

 span { border-color: rgb(192,37,99); }

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