Html Css Color HEX #C61850 Old Rose

📋 copy color: '#C61850'

red 198 ◦ green 24 ◦ blue 80

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

Shades of Old Rose #C61850

Tints of Old Rose #C61850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.49%

R = 65.56%
G = 7.95%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C61850 (or 0xC61850) is known color: Old Rose. HEX triplet: C6, 18 and 50. RGB value is (198,24,80). Sum of RGB (Red+Green+Blue) = 198+24+80=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C61850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61850 is #39E7AF. Grayscale: #525252. Windows color (decimal): -3794864 or 5249222. OLE color: 5249222.

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

Color convert

RGB 198 24 80 -
CMYK 0 0.88 0.60 0.22
HSL 340.69º 0.78% 0.44% -
HSV(B) 340.69º 0.88% 0.78% -
XYZ 25.06 13.24 8.82 -
YUV 82.41 126.65 210.45 -
System Red Green Blue C M Y K H S L
Decimal 198 24 80 0 0.88 0.60 0.22 340.69 0.78 0.44
Hex C6 18 50 0 58 3C 16 155 4E 2C
Octal 306 30 120 0 130 74 26 525 116 54
Binary 11000110 11000 1010000 0 1011000 111100 10110 101010101 1001110 101100

Color Harmonies of #C61850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61850

Black with #C61850

Text Example


Text Example

White with #C61850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61850; }

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

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

background-color css

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

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

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

border-color css

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

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

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