Html Css Color HEX #C02750 Old Rose

📋 copy color: '#C02750'

red 192 ◦ green 39 ◦ blue 80

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

Shades of Old Rose #C02750

Tints of Old Rose #C02750

RGB

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

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

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

R = 61.74%
G = 12.54%
B = 25.72%

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

#C02750 (or 0xC02750) is known color: Old Rose. HEX triplet: C0, 27 and 50. RGB value is (192,39,80). Sum of RGB (Red+Green+Blue) = 192+39+80=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C02750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02750 is #3FD8AF. Grayscale: #595959. Windows color (decimal): -4184240 or 5253056. OLE color: 5253056.

HSL color Cylindrical-coordinate representation of color #C02750: hue angle of 343.92º 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 #C02750 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 80 -
CMYK 0 0.80 0.58 0.25
HSL 343.92º 0.66% 0.45% -
HSV(B) 343.92º 0.8% 0.75% -
XYZ 23.91 13.24 8.88 -
YUV 89.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 192 39 80 0 0.80 0.58 0.25 343.92 0.66 0.45
Hex C0 27 50 0 50 3A 19 158 42 2D
Octal 300 47 120 0 120 72 31 530 102 55
Binary 11000000 100111 1010000 0 1010000 111010 11001 101011000 1000010 101101

Color Harmonies of #C02750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02750

Black with #C02750

Text Example


Text Example

White with #C02750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02750; }

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

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

background-color css

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

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

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

border-color css

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

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

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