Html Css Color HEX #C53958 Old Rose

📋 copy color: '#C53958'

red 197 ◦ green 57 ◦ blue 88

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

Shades of Old Rose #C53958

Tints of Old Rose #C53958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.73%

R = 57.6%
G = 16.67%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C53958 (or 0xC53958) is known color: Old Rose. HEX triplet: C5, 39 and 58. RGB value is (197,57,88). Sum of RGB (Red+Green+Blue) = 197+57+88=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 88 (34.77% from 255 or 25.73% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C53958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53958 is #3AC6A7. Grayscale: #666666. Windows color (decimal): -3851944 or 5781957. OLE color: 5781957.

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

Color convert

RGB 197 57 88 -
CMYK 0 0.71 0.55 0.23
HSL 346.71º 0.55% 0.5% -
HSV(B) 346.71º 0.71% 0.77% -
XYZ 26.25 15.5 10.84 -
YUV 102.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 197 57 88 0 0.71 0.55 0.23 346.71 0.55 0.5
Hex C5 39 58 0 47 37 17 15B 37 32
Octal 305 71 130 0 107 67 27 533 67 62
Binary 11000101 111001 1011000 0 1000111 110111 10111 101011011 110111 110010

Color Harmonies of #C53958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53958

Black with #C53958

Text Example


Text Example

White with #C53958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53958; }

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

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

background-color css

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

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

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

border-color css

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

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

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