Html Css Color HEX #C53962 Old Rose

📋 copy color: '#C53962'

red 197 ◦ green 57 ◦ blue 98

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

Shades of Old Rose #C53962

Tints of Old Rose #C53962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.19%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 55.97%
G = 16.19%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C53962 (or 0xC53962) is known color: Old Rose. HEX triplet: C5, 39 and 62. RGB value is (197,57,98). Sum of RGB (Red+Green+Blue) = 197+57+98=352 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.97% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 197 - color contains mainly: red. Hex color #C53962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53962 is #3AC69D. Grayscale: #676767. Windows color (decimal): -3851934 or 6437317. OLE color: 6437317.

HSL color Cylindrical-coordinate representation of color #C53962: hue angle of 342.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53962 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 98 -
CMYK 0 0.71 0.50 0.23
HSL 342.43º 0.55% 0.5% -
HSV(B) 342.43º 0.71% 0.77% -
XYZ 26.69 15.68 13.17 -
YUV 103.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 197 57 98 0 0.71 0.50 0.23 342.43 0.55 0.5
Hex C5 39 62 0 47 32 17 156 37 32
Octal 305 71 142 0 107 62 27 526 67 62
Binary 11000101 111001 1100010 0 1000111 110010 10111 101010110 110111 110010

Color Harmonies of #C53962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53962

Black with #C53962

Text Example


Text Example

White with #C53962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53962; }

 p { color: rgb(197,57,98); }

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

background-color css

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

 a { background-color: rgb(197,57,98); }

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

border-color css

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

 span { border-color: rgb(197,57,98); }

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