Html Css Color HEX #C61F5C Old Rose

📋 copy color: '#C61F5C'

red 198 ◦ green 31 ◦ blue 92

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

Shades of Old Rose #C61F5C

Tints of Old Rose #C61F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.66%

R = 61.68%
G = 9.66%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C61F5C (or 0xC61F5C) is known color: Old Rose. HEX triplet: C6, 1F and 5C. RGB value is (198,31,92). Sum of RGB (Red+Green+Blue) = 198+31+92=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F5C is #39E0A3. Grayscale: #575757. Windows color (decimal): -3793060 or 6037446. OLE color: 6037446.

HSL color Cylindrical-coordinate representation of color #C61F5C: hue angle of 338.08º 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 #C61F5C is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 31 92 -
CMYK 0 0.84 0.54 0.22
HSL 338.08º 0.73% 0.45% -
HSV(B) 338.08º 0.84% 0.78% -
XYZ 25.71 13.76 11.43 -
YUV 87.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 198 31 92 0 0.84 0.54 0.22 338.08 0.73 0.45
Hex C6 1F 5C 0 54 36 16 152 49 2D
Octal 306 37 134 0 124 66 26 522 111 55
Binary 11000110 11111 1011100 0 1010100 110110 10110 101010010 1001001 101101

Color Harmonies of #C61F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F5C

Black with #C61F5C

Text Example


Text Example

White with #C61F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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