Html Css Color HEX #C6194F Old Rose

📋 copy color: '#C6194F'

red 198 ◦ green 25 ◦ blue 79

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

Shades of Old Rose #C6194F

Tints of Old Rose #C6194F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 65.56%
G = 8.28%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6194F (or 0xC6194F) is known color: Old Rose. HEX triplet: C6, 19 and 4F. RGB value is (198,25,79). Sum of RGB (Red+Green+Blue) = 198+25+79=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C6194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6194F is #39E6B0. Grayscale: #525252. Windows color (decimal): -3794609 or 5183942. OLE color: 5183942.

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

Color convert

RGB 198 25 79 -
CMYK 0 0.87 0.60 0.22
HSL 341.27º 0.78% 0.44% -
HSV(B) 341.27º 0.87% 0.78% -
XYZ 25.05 13.27 8.64 -
YUV 82.88 125.81 210.11 -
System Red Green Blue C M Y K H S L
Decimal 198 25 79 0 0.87 0.60 0.22 341.27 0.78 0.44
Hex C6 19 4F 0 57 3C 16 155 4E 2C
Octal 306 31 117 0 127 74 26 525 116 54
Binary 11000110 11001 1001111 0 1010111 111100 10110 101010101 1001110 101100

Color Harmonies of #C6194F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6194F

Black with #C6194F

Text Example


Text Example

White with #C6194F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6194F; }

 p { color: rgb(198,25,79); }

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

background-color css

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

 a { background-color: rgb(198,25,79); }

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

border-color css

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

 span { border-color: rgb(198,25,79); }

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