Html Css Color HEX #C53762 Old Rose

📋 copy color: '#C53762'

red 197 ◦ green 55 ◦ blue 98

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

Shades of Old Rose #C53762

Tints of Old Rose #C53762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

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

R = 56.29%
G = 15.71%
B = 28%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C53762 (or 0xC53762) is known color: Old Rose. HEX triplet: C5, 37 and 62. RGB value is (197,55,98). Sum of RGB (Red+Green+Blue) = 197+55+98=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C53762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53762 is #3AC89D. Grayscale: #666666. Windows color (decimal): -3852446 or 6436805. OLE color: 6436805.

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

Color convert

RGB 197 55 98 -
CMYK 0 0.72 0.50 0.23
HSL 341.83º 0.56% 0.49% -
HSV(B) 341.83º 0.72% 0.77% -
XYZ 26.6 15.48 13.14 -
YUV 102.36 125.54 195.5 -
System Red Green Blue C M Y K H S L
Decimal 197 55 98 0 0.72 0.50 0.23 341.83 0.56 0.49
Hex C5 37 62 0 48 32 17 156 38 31
Octal 305 67 142 0 110 62 27 526 70 61
Binary 11000101 110111 1100010 0 1001000 110010 10111 101010110 111000 110001

Color Harmonies of #C53762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53762

Black with #C53762

Text Example


Text Example

White with #C53762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53762; }

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

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

background-color css

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

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

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

border-color css

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

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

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