Html Css Color HEX #C53858 Old Rose

📋 copy color: '#C53858'

red 197 ◦ green 56 ◦ blue 88

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

Shades of Old Rose #C53858

Tints of Old Rose #C53858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

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

R = 57.77%
G = 16.42%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C53858 (or 0xC53858) is known color: Old Rose. HEX triplet: C5, 38 and 58. RGB value is (197,56,88). Sum of RGB (Red+Green+Blue) = 197+56+88=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C53858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53858 is #3AC7A7. Grayscale: #656565. Windows color (decimal): -3852200 or 5781701. OLE color: 5781701.

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

Color convert

RGB 197 56 88 -
CMYK 0 0.72 0.55 0.23
HSL 346.38º 0.56% 0.5% -
HSV(B) 346.38º 0.72% 0.77% -
XYZ 26.2 15.4 10.82 -
YUV 101.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 197 56 88 0 0.72 0.55 0.23 346.38 0.56 0.5
Hex C5 38 58 0 48 37 17 15A 38 32
Octal 305 70 130 0 110 67 27 532 70 62
Binary 11000101 111000 1011000 0 1001000 110111 10111 101011010 111000 110010

Color Harmonies of #C53858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53858

Black with #C53858

Text Example


Text Example

White with #C53858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53858; }

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

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

background-color css

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

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

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

border-color css

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

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

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