Html Css Color HEX #C61851 Old Rose

📋 copy color: '#C61851'

red 198 ◦ green 24 ◦ blue 81

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

Shades of Old Rose #C61851

Tints of Old Rose #C61851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.92%

 BLUE value IS 81 (32.03% from 255) = 26.73%

R = 65.35%
G = 7.92%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C61851 (or 0xC61851) is known color: Old Rose. HEX triplet: C6, 18 and 51. RGB value is (198,24,81). Sum of RGB (Red+Green+Blue) = 198+24+81=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C61851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61851 is #39E7AE. Grayscale: #525252. Windows color (decimal): -3794863 or 5314758. OLE color: 5314758.

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

Color convert

RGB 198 24 81 -
CMYK 0 0.88 0.59 0.22
HSL 340.34º 0.78% 0.44% -
HSV(B) 340.34º 0.88% 0.78% -
XYZ 25.1 13.25 9.02 -
YUV 82.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 198 24 81 0 0.88 0.59 0.22 340.34 0.78 0.44
Hex C6 18 51 0 58 3B 16 154 4E 2C
Octal 306 30 121 0 130 73 26 524 116 54
Binary 11000110 11000 1010001 0 1011000 111011 10110 101010100 1001110 101100

Color Harmonies of #C61851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61851

Black with #C61851

Text Example


Text Example

White with #C61851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61851; }

 p { color: rgb(198,24,81); }

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

background-color css

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

 a { background-color: rgb(198,24,81); }

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

border-color css

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

 span { border-color: rgb(198,24,81); }

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