Html Css Color HEX #C53660 Old Rose

📋 copy color: '#C53660'

red 197 ◦ green 54 ◦ blue 96

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

Shades of Old Rose #C53660

Tints of Old Rose #C53660

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 56.77%
G = 15.56%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C53660 (or 0xC53660) is known color: Old Rose. HEX triplet: C5, 36 and 60. RGB value is (197,54,96). Sum of RGB (Red+Green+Blue) = 197+54+96=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C53660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53660 is #3AC99F. Grayscale: #656565. Windows color (decimal): -3852704 or 6305477. OLE color: 6305477.

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

Color convert

RGB 197 54 96 -
CMYK 0 0.73 0.51 0.23
HSL 342.38º 0.57% 0.49% -
HSV(B) 342.38º 0.73% 0.77% -
XYZ 26.46 15.35 12.64 -
YUV 101.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 197 54 96 0 0.73 0.51 0.23 342.38 0.57 0.49
Hex C5 36 60 0 49 33 17 156 39 31
Octal 305 66 140 0 111 63 27 526 71 61
Binary 11000101 110110 1100000 0 1001001 110011 10111 101010110 111001 110001

Color Harmonies of #C53660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53660

Black with #C53660

Text Example


Text Example

White with #C53660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53660; }

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

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

background-color css

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

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

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

border-color css

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

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

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