Html Css Color HEX #C53255 Old Rose

📋 copy color: '#C53255'

red 197 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #C53255

Tints of Old Rose #C53255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.06%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 59.34%
G = 15.06%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C53255 (or 0xC53255) is known color: Old Rose. HEX triplet: C5, 32 and 55. RGB value is (197,50,85). Sum of RGB (Red+Green+Blue) = 197+50+85=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C53255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53255 is #3ACDAA. Grayscale: #616161. Windows color (decimal): -3853739 or 5583557. OLE color: 5583557.

HSL color Cylindrical-coordinate representation of color #C53255: hue angle of 345.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53255 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 85 -
CMYK 0 0.75 0.57 0.23
HSL 345.71º 0.6% 0.48% -
HSV(B) 345.71º 0.75% 0.77% -
XYZ 25.81 14.81 10.09 -
YUV 97.94 120.7 198.65 -
System Red Green Blue C M Y K H S L
Decimal 197 50 85 0 0.75 0.57 0.23 345.71 0.6 0.48
Hex C5 32 55 0 4B 39 17 15A 3C 30
Octal 305 62 125 0 113 71 27 532 74 60
Binary 11000101 110010 1010101 0 1001011 111001 10111 101011010 111100 110000

Color Harmonies of #C53255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53255

Black with #C53255

Text Example


Text Example

White with #C53255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53255; }

 p { color: rgb(197,50,85); }

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

background-color css

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

 a { background-color: rgb(197,50,85); }

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

border-color css

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

 span { border-color: rgb(197,50,85); }

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