Html Css Color HEX #C61F5D Old Rose

📋 copy color: '#C61F5D'

red 198 ◦ green 31 ◦ blue 93

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

Shades of Old Rose #C61F5D

Tints of Old Rose #C61F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 61.49%
G = 9.63%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C61F5D (or 0xC61F5D) is known color: Old Rose. HEX triplet: C6, 1F and 5D. RGB value is (198,31,93). Sum of RGB (Red+Green+Blue) = 198+31+93=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F5D is #39E0A2. Grayscale: #575757. Windows color (decimal): -3793059 or 6102982. OLE color: 6102982.

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

Color convert

RGB 198 31 93 -
CMYK 0 0.84 0.53 0.22
HSL 337.72º 0.73% 0.45% -
HSV(B) 337.72º 0.84% 0.78% -
XYZ 25.75 13.78 11.66 -
YUV 88 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 198 31 93 0 0.84 0.53 0.22 337.72 0.73 0.45
Hex C6 1F 5D 0 54 35 16 152 49 2D
Octal 306 37 135 0 124 65 26 522 111 55
Binary 11000110 11111 1011101 0 1010100 110101 10110 101010010 1001001 101101

Color Harmonies of #C61F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F5D

Black with #C61F5D

Text Example


Text Example

White with #C61F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F5D; }

 p { color: rgb(198,31,93); }

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

background-color css

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

 a { background-color: rgb(198,31,93); }

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

border-color css

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

 span { border-color: rgb(198,31,93); }

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