Html Css Color HEX #C61957 Old Rose

📋 copy color: '#C61957'

red 198 ◦ green 25 ◦ blue 87

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

Shades of Old Rose #C61957

Tints of Old Rose #C61957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

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

R = 63.87%
G = 8.06%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C61957 (or 0xC61957) is known color: Old Rose. HEX triplet: C6, 19 and 57. RGB value is (198,25,87). Sum of RGB (Red+Green+Blue) = 198+25+87=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C61957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61957 is #39E6A8. Grayscale: #535353. Windows color (decimal): -3794601 or 5708230. OLE color: 5708230.

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

Color convert

RGB 198 25 87 -
CMYK 0 0.87 0.56 0.22
HSL 338.5º 0.78% 0.44% -
HSV(B) 338.5º 0.87% 0.78% -
XYZ 25.36 13.39 10.26 -
YUV 83.8 129.81 209.46 -
System Red Green Blue C M Y K H S L
Decimal 198 25 87 0 0.87 0.56 0.22 338.5 0.78 0.44
Hex C6 19 57 0 57 38 16 152 4E 2C
Octal 306 31 127 0 127 70 26 522 116 54
Binary 11000110 11001 1010111 0 1010111 111000 10110 101010010 1001110 101100

Color Harmonies of #C61957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61957

Black with #C61957

Text Example


Text Example

White with #C61957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61957; }

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

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

background-color css

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

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

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

border-color css

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

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

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