Html Css Color HEX #C63557 Old Rose

📋 copy color: '#C63557'

red 198 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #C63557

Tints of Old Rose #C63557

RGB

 RED value IS 198 (77.73% from 255) = 58.58%

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 58.58%
G = 15.68%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63557 (or 0xC63557) is known color: Old Rose. HEX triplet: C6, 35 and 57. RGB value is (198,53,87). Sum of RGB (Red+Green+Blue) = 198+53+87=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C63557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63557 is #39CAA8. Grayscale: #646464. Windows color (decimal): -3787433 or 5715398. OLE color: 5715398.

HSL color Cylindrical-coordinate representation of color #C63557: hue angle of 345.93º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63557 is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 53 87 -
CMYK 0 0.73 0.56 0.22
HSL 345.93º 0.58% 0.49% -
HSV(B) 345.93º 0.73% 0.78% -
XYZ 26.28 15.24 10.57 -
YUV 100.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 198 53 87 0 0.73 0.56 0.22 345.93 0.58 0.49
Hex C6 35 57 0 49 38 16 15A 3A 31
Octal 306 65 127 0 111 70 26 532 72 61
Binary 11000110 110101 1010111 0 1001001 111000 10110 101011010 111010 110001

Color Harmonies of #C63557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63557

Black with #C63557

Text Example


Text Example

White with #C63557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63557; }

 p { color: rgb(198,53,87); }

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

background-color css

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

 a { background-color: rgb(198,53,87); }

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

border-color css

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

 span { border-color: rgb(198,53,87); }

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