Html Css Color HEX #C02851 Old Rose

📋 copy color: '#C02851'

red 192 ◦ green 40 ◦ blue 81

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

Shades of Old Rose #C02851

Tints of Old Rose #C02851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 61.34%
G = 12.78%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02851 (or 0xC02851) is known color: Old Rose. HEX triplet: C0, 28 and 51. RGB value is (192,40,81). Sum of RGB (Red+Green+Blue) = 192+40+81=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C02851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02851 is #3FD7AE. Grayscale: #5A5A5A. Windows color (decimal): -4183983 or 5318848. OLE color: 5318848.

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

Color convert

RGB 192 40 81 -
CMYK 0 0.79 0.58 0.25
HSL 343.82º 0.66% 0.45% -
HSV(B) 343.82º 0.79% 0.75% -
XYZ 23.98 13.32 9.09 -
YUV 90.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 192 40 81 0 0.79 0.58 0.25 343.82 0.66 0.45
Hex C0 28 51 0 4F 3A 19 158 42 2D
Octal 300 50 121 0 117 72 31 530 102 55
Binary 11000000 101000 1010001 0 1001111 111010 11001 101011000 1000010 101101

Color Harmonies of #C02851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02851

Black with #C02851

Text Example


Text Example

White with #C02851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02851; }

 p { color: rgb(192,40,81); }

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

background-color css

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

 a { background-color: rgb(192,40,81); }

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

border-color css

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

 span { border-color: rgb(192,40,81); }

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