Html Css Color HEX #C54050 Old Rose

📋 copy color: '#C54050'

red 197 ◦ green 64 ◦ blue 80

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

Shades of Old Rose #C54050

Tints of Old Rose #C54050

RGB

 RED value IS 197 (77.34% from 255) = 57.77%

 GREEN value IS 64 (25.39% from 255) = 18.77%

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

R = 57.77%
G = 18.77%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C54050 (or 0xC54050) is known color: Old Rose. HEX triplet: C5, 40 and 50. RGB value is (197,64,80). Sum of RGB (Red+Green+Blue) = 197+64+80=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C54050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54050 is #3ABFAF. Grayscale: #696969. Windows color (decimal): -3850160 or 5259461. OLE color: 5259461.

HSL color Cylindrical-coordinate representation of color #C54050: hue angle of 352.78º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54050 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 80 -
CMYK 0 0.68 0.59 0.23
HSL 352.78º 0.53% 0.51% -
HSV(B) 352.78º 0.68% 0.77% -
XYZ 26.31 16.12 9.31 -
YUV 105.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 197 64 80 0 0.68 0.59 0.23 352.78 0.53 0.51
Hex C5 40 50 0 44 3B 17 161 35 33
Octal 305 100 120 0 104 73 27 541 65 63
Binary 11000101 1000000 1010000 0 1000100 111011 10111 101100001 110101 110011

Color Harmonies of #C54050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54050

Black with #C54050

Text Example


Text Example

White with #C54050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54050; }

 p { color: rgb(197,64,80); }

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

background-color css

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

 a { background-color: rgb(197,64,80); }

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

border-color css

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

 span { border-color: rgb(197,64,80); }

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