Html Css Color HEX #C61A59 Old Rose

📋 copy color: '#C61A59'

red 198 ◦ green 26 ◦ blue 89

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

Shades of Old Rose #C61A59

Tints of Old Rose #C61A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.31%

 BLUE value IS 89 (35.16% from 255) = 28.43%

R = 63.26%
G = 8.31%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C61A59 (or 0xC61A59) is known color: Old Rose. HEX triplet: C6, 1A and 59. RGB value is (198,26,89). Sum of RGB (Red+Green+Blue) = 198+26+89=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61A59 is #39E5A6. Grayscale: #545454. Windows color (decimal): -3794343 or 5839558. OLE color: 5839558.

HSL color Cylindrical-coordinate representation of color #C61A59: hue angle of 338.02º degrees, saturation: 0.77, 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 #C61A59 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 26 89 -
CMYK 0 0.87 0.55 0.22
HSL 338.02º 0.77% 0.44% -
HSV(B) 338.02º 0.87% 0.78% -
XYZ 25.46 13.47 10.71 -
YUV 84.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 198 26 89 0 0.87 0.55 0.22 338.02 0.77 0.44
Hex C6 1A 59 0 57 37 16 152 4D 2C
Octal 306 32 131 0 127 67 26 522 115 54
Binary 11000110 11010 1011001 0 1010111 110111 10110 101010010 1001101 101100

Color Harmonies of #C61A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A59

Black with #C61A59

Text Example


Text Example

White with #C61A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A59; }

 p { color: rgb(198,26,89); }

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

background-color css

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

 a { background-color: rgb(198,26,89); }

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

border-color css

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

 span { border-color: rgb(198,26,89); }

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