Html Css Color HEX #C54054 Old Rose

📋 copy color: '#C54054'

red 197 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #C54054

Tints of Old Rose #C54054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.35%

R = 57.1%
G = 18.55%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C54054 (or 0xC54054) is known color: Old Rose. HEX triplet: C5, 40 and 54. RGB value is (197,64,84). Sum of RGB (Red+Green+Blue) = 197+64+84=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C54054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54054 is #3ABFAB. Grayscale: #6A6A6A. Windows color (decimal): -3850156 or 5521605. OLE color: 5521605.

HSL color Cylindrical-coordinate representation of color #C54054: hue angle of 350.98º 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 #C54054 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 84 -
CMYK 0 0.68 0.57 0.23
HSL 350.98º 0.53% 0.51% -
HSV(B) 350.98º 0.68% 0.77% -
XYZ 26.46 16.18 10.12 -
YUV 106.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 197 64 84 0 0.68 0.57 0.23 350.98 0.53 0.51
Hex C5 40 54 0 44 39 17 15F 35 33
Octal 305 100 124 0 104 71 27 537 65 63
Binary 11000101 1000000 1010100 0 1000100 111001 10111 101011111 110101 110011

Color Harmonies of #C54054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54054

Black with #C54054

Text Example


Text Example

White with #C54054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54054; }

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

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

background-color css

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

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

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

border-color css

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

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

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