Html Css Color HEX #C0354A Old Rose

📋 copy color: '#C0354A'

red 192 ◦ green 53 ◦ blue 74

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

Shades of Old Rose #C0354A

Tints of Old Rose #C0354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.61%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 60.19%
G = 16.61%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0354A (or 0xC0354A) is known color: Old Rose. HEX triplet: C0, 35 and 4A. RGB value is (192,53,74). Sum of RGB (Red+Green+Blue) = 192+53+74=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0354A is #3FCAB5. Grayscale: #616161. Windows color (decimal): -4180662 or 4863424. OLE color: 4863424.

HSL color Cylindrical-coordinate representation of color #C0354A: hue angle of 350.94º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0354A is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 74 -
CMYK 0 0.72 0.61 0.25
HSL 350.94º 0.57% 0.48% -
HSV(B) 350.94º 0.72% 0.75% -
XYZ 24.25 14.25 7.95 -
YUV 96.96 115.05 195.79 -
System Red Green Blue C M Y K H S L
Decimal 192 53 74 0 0.72 0.61 0.25 350.94 0.57 0.48
Hex C0 35 4A 0 48 3D 19 15F 39 30
Octal 300 65 112 0 110 75 31 537 71 60
Binary 11000000 110101 1001010 0 1001000 111101 11001 101011111 111001 110000

Color Harmonies of #C0354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0354A

Black with #C0354A

Text Example


Text Example

White with #C0354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0354A; }

 p { color: rgb(192,53,74); }

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

background-color css

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

 a { background-color: rgb(192,53,74); }

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

border-color css

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

 span { border-color: rgb(192,53,74); }

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