Html Css Color HEX #C02751 Old Rose

📋 copy color: '#C02751'

red 192 ◦ green 39 ◦ blue 81

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

Shades of Old Rose #C02751

Tints of Old Rose #C02751

RGB

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

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

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

R = 61.54%
G = 12.5%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02751 (or 0xC02751) is known color: Old Rose. HEX triplet: C0, 27 and 51. RGB value is (192,39,81). Sum of RGB (Red+Green+Blue) = 192+39+81=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C02751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02751 is #3FD8AE. Grayscale: #595959. Windows color (decimal): -4184239 or 5318592. OLE color: 5318592.

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

Color convert

RGB 192 39 81 -
CMYK 0 0.80 0.58 0.25
HSL 343.53º 0.66% 0.45% -
HSV(B) 343.53º 0.8% 0.75% -
XYZ 23.95 13.25 9.08 -
YUV 89.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 192 39 81 0 0.80 0.58 0.25 343.53 0.66 0.45
Hex C0 27 51 0 50 3A 19 158 42 2D
Octal 300 47 121 0 120 72 31 530 102 55
Binary 11000000 100111 1010001 0 1010000 111010 11001 101011000 1000010 101101

Color Harmonies of #C02751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02751

Black with #C02751

Text Example


Text Example

White with #C02751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02751; }

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

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

background-color css

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

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

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

border-color css

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

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

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