Html Css Color HEX #C53451 Old Rose

📋 copy color: '#C53451'

red 197 ◦ green 52 ◦ blue 81

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

Shades of Old Rose #C53451

Tints of Old Rose #C53451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.76%

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

R = 59.7%
G = 15.76%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C53451 (or 0xC53451) is known color: Old Rose. HEX triplet: C5, 34 and 51. RGB value is (197,52,81). Sum of RGB (Red+Green+Blue) = 197+52+81=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C53451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53451 is #3ACBAE. Grayscale: #626262. Windows color (decimal): -3853231 or 5321925. OLE color: 5321925.

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

Color convert

RGB 197 52 81 -
CMYK 0 0.74 0.59 0.23
HSL 348º 0.58% 0.49% -
HSV(B) 348º 0.74% 0.77% -
XYZ 25.74 14.92 9.31 -
YUV 98.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 197 52 81 0 0.74 0.59 0.23 348 0.58 0.49
Hex C5 34 51 0 4A 3B 17 15C 3A 31
Octal 305 64 121 0 112 73 27 534 72 61
Binary 11000101 110100 1010001 0 1001010 111011 10111 101011100 111010 110001

Color Harmonies of #C53451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53451

Black with #C53451

Text Example


Text Example

White with #C53451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53451; }

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

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

background-color css

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

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

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

border-color css

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

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

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