Html Css Color HEX #C02B51 Old Rose

📋 copy color: '#C02B51'

red 192 ◦ green 43 ◦ blue 81

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

Shades of Old Rose #C02B51

Tints of Old Rose #C02B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.61%

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

R = 60.76%
G = 13.61%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02B51 (or 0xC02B51) is known color: Old Rose. HEX triplet: C0, 2B and 51. RGB value is (192,43,81). Sum of RGB (Red+Green+Blue) = 192+43+81=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B51 is #3FD4AE. Grayscale: #5B5B5B. Windows color (decimal): -4183215 or 5319616. OLE color: 5319616.

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

Color convert

RGB 192 43 81 -
CMYK 0 0.78 0.58 0.25
HSL 344.7º 0.63% 0.46% -
HSV(B) 344.7º 0.78% 0.75% -
XYZ 24.09 13.53 9.13 -
YUV 91.88 121.86 199.41 -
System Red Green Blue C M Y K H S L
Decimal 192 43 81 0 0.78 0.58 0.25 344.7 0.63 0.46
Hex C0 2B 51 0 4E 3A 19 159 3F 2E
Octal 300 53 121 0 116 72 31 531 77 56
Binary 11000000 101011 1010001 0 1001110 111010 11001 101011001 111111 101110

Color Harmonies of #C02B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B51

Black with #C02B51

Text Example


Text Example

White with #C02B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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