Html Css Color HEX #C53351 Old Rose

📋 copy color: '#C53351'

red 197 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #C53351

Tints of Old Rose #C53351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

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

R = 59.88%
G = 15.5%
B = 24.62%

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

#C53351 (or 0xC53351) is known color: Old Rose. HEX triplet: C5, 33 and 51. RGB value is (197,51,81). Sum of RGB (Red+Green+Blue) = 197+51+81=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C53351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53351 is #3ACCAE. Grayscale: #626262. Windows color (decimal): -3853487 or 5321669. OLE color: 5321669.

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

Color convert

RGB 197 51 81 -
CMYK 0 0.74 0.59 0.23
HSL 347.67º 0.59% 0.49% -
HSV(B) 347.67º 0.74% 0.77% -
XYZ 25.69 14.83 9.29 -
YUV 98.07 118.37 198.56 -
System Red Green Blue C M Y K H S L
Decimal 197 51 81 0 0.74 0.59 0.23 347.67 0.59 0.49
Hex C5 33 51 0 4A 3B 17 15C 3B 31
Octal 305 63 121 0 112 73 27 534 73 61
Binary 11000101 110011 1010001 0 1001010 111011 10111 101011100 111011 110001

Color Harmonies of #C53351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53351

Black with #C53351

Text Example


Text Example

White with #C53351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53351; }

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

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

background-color css

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

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

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

border-color css

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

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

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