Html Css Color HEX #C02050 Old Rose

📋 copy color: '#C02050'

red 192 ◦ green 32 ◦ blue 80

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

Shades of Old Rose #C02050

Tints of Old Rose #C02050

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 63.16%
G = 10.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02050 (or 0xC02050) is known color: Old Rose. HEX triplet: C0, 20 and 50. RGB value is (192,32,80). Sum of RGB (Red+Green+Blue) = 192+32+80=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C02050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02050 is #3FDFAF. Grayscale: #555555. Windows color (decimal): -4186032 or 5251264. OLE color: 5251264.

HSL color Cylindrical-coordinate representation of color #C02050: hue angle of 342º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02050 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 80 -
CMYK 0 0.83 0.58 0.25
HSL 342º 0.71% 0.44% -
HSV(B) 342º 0.83% 0.75% -
XYZ 23.7 12.82 8.81 -
YUV 85.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 192 32 80 0 0.83 0.58 0.25 342 0.71 0.44
Hex C0 20 50 0 53 3A 19 156 47 2C
Octal 300 40 120 0 123 72 31 526 107 54
Binary 11000000 100000 1010000 0 1010011 111010 11001 101010110 1000111 101100

Color Harmonies of #C02050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02050

Black with #C02050

Text Example


Text Example

White with #C02050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02050; }

 p { color: rgb(192,32,80); }

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

background-color css

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

 a { background-color: rgb(192,32,80); }

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

border-color css

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

 span { border-color: rgb(192,32,80); }

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