Html Css Color HEX #C54051 Old Rose

📋 copy color: '#C54051'

red 197 ◦ green 64 ◦ blue 81

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

Shades of Old Rose #C54051

Tints of Old Rose #C54051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.68%

R = 57.6%
G = 18.71%
B = 23.68%

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

#C54051 (or 0xC54051) is known color: Old Rose. HEX triplet: C5, 40 and 51. RGB value is (197,64,81). Sum of RGB (Red+Green+Blue) = 197+64+81=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C54051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54051 is #3ABFAE. Grayscale: #696969. Windows color (decimal): -3850159 or 5324997. OLE color: 5324997.

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

Color convert

RGB 197 64 81 -
CMYK 0 0.68 0.59 0.23
HSL 352.33º 0.53% 0.51% -
HSV(B) 352.33º 0.68% 0.77% -
XYZ 26.34 16.13 9.51 -
YUV 105.71 114.06 193.12 -
System Red Green Blue C M Y K H S L
Decimal 197 64 81 0 0.68 0.59 0.23 352.33 0.53 0.51
Hex C5 40 51 0 44 3B 17 160 35 33
Octal 305 100 121 0 104 73 27 540 65 63
Binary 11000101 1000000 1010001 0 1000100 111011 10111 101100000 110101 110011

Color Harmonies of #C54051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54051

Black with #C54051

Text Example


Text Example

White with #C54051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54051; }

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

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

background-color css

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

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

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

border-color css

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

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

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