Html Css Color HEX #C02350 Old Rose

📋 copy color: '#C02350'

red 192 ◦ green 35 ◦ blue 80

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

Shades of Old Rose #C02350

Tints of Old Rose #C02350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

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

R = 62.54%
G = 11.4%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C02350 (or 0xC02350) is known color: Old Rose. HEX triplet: C0, 23 and 50. RGB value is (192,35,80). Sum of RGB (Red+Green+Blue) = 192+35+80=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C02350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02350 is #3FDCAF. Grayscale: #575757. Windows color (decimal): -4185264 or 5252032. OLE color: 5252032.

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

Color convert

RGB 192 35 80 -
CMYK 0 0.82 0.58 0.25
HSL 342.8º 0.69% 0.45% -
HSV(B) 342.8º 0.82% 0.75% -
XYZ 23.79 12.99 8.84 -
YUV 87.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 192 35 80 0 0.82 0.58 0.25 342.8 0.69 0.45
Hex C0 23 50 0 52 3A 19 157 45 2D
Octal 300 43 120 0 122 72 31 527 105 55
Binary 11000000 100011 1010000 0 1010010 111010 11001 101010111 1000101 101101

Color Harmonies of #C02350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02350

Black with #C02350

Text Example


Text Example

White with #C02350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02350; }

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

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

background-color css

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

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

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

border-color css

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

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

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