Html Css Color HEX #C53360 Old Rose

📋 copy color: '#C53360'

red 197 ◦ green 51 ◦ blue 96

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

Shades of Old Rose #C53360

Tints of Old Rose #C53360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.91%

R = 57.27%
G = 14.83%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53360 (or 0xC53360) is known color: Old Rose. HEX triplet: C5, 33 and 60. RGB value is (197,51,96). Sum of RGB (Red+Green+Blue) = 197+51+96=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C53360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53360 is #3ACC9F. Grayscale: #636363. Windows color (decimal): -3853472 or 6304709. OLE color: 6304709.

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

Color convert

RGB 197 51 96 -
CMYK 0 0.74 0.51 0.23
HSL 341.51º 0.59% 0.49% -
HSV(B) 341.51º 0.74% 0.77% -
XYZ 26.32 15.08 12.59 -
YUV 99.78 125.87 197.34 -
System Red Green Blue C M Y K H S L
Decimal 197 51 96 0 0.74 0.51 0.23 341.51 0.59 0.49
Hex C5 33 60 0 4A 33 17 156 3B 31
Octal 305 63 140 0 112 63 27 526 73 61
Binary 11000101 110011 1100000 0 1001010 110011 10111 101010110 111011 110001

Color Harmonies of #C53360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53360

Black with #C53360

Text Example


Text Example

White with #C53360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53360; }

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

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

background-color css

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

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

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

border-color css

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

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

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