Html Css Color HEX #C02450 Old Rose

📋 copy color: '#C02450'

red 192 ◦ green 36 ◦ blue 80

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

Shades of Old Rose #C02450

Tints of Old Rose #C02450

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

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

R = 62.34%
G = 11.69%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02450 (or 0xC02450) is known color: Old Rose. HEX triplet: C0, 24 and 50. RGB value is (192,36,80). Sum of RGB (Red+Green+Blue) = 192+36+80=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C02450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02450 is #3FDBAF. Grayscale: #575757. Windows color (decimal): -4185008 or 5252288. OLE color: 5252288.

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

Color convert

RGB 192 36 80 -
CMYK 0 0.81 0.58 0.25
HSL 343.08º 0.68% 0.45% -
HSV(B) 343.08º 0.81% 0.75% -
XYZ 23.82 13.05 8.85 -
YUV 87.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 192 36 80 0 0.81 0.58 0.25 343.08 0.68 0.45
Hex C0 24 50 0 51 3A 19 157 44 2D
Octal 300 44 120 0 121 72 31 527 104 55
Binary 11000000 100100 1010000 0 1010001 111010 11001 101010111 1000100 101101

Color Harmonies of #C02450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02450

Black with #C02450

Text Example


Text Example

White with #C02450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02450; }

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

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

background-color css

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

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

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

border-color css

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

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

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