Html Css Color HEX #C6314F Old Rose

📋 copy color: '#C6314F'

red 198 ◦ green 49 ◦ blue 79

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

Shades of Old Rose #C6314F

Tints of Old Rose #C6314F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

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

R = 60.74%
G = 15.03%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6314F (or 0xC6314F) is known color: Old Rose. HEX triplet: C6, 31 and 4F. RGB value is (198,49,79). Sum of RGB (Red+Green+Blue) = 198+49+79=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6314F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6314F is #39CEB0. Grayscale: #616161. Windows color (decimal): -3788465 or 5190086. OLE color: 5190086.

HSL color Cylindrical-coordinate representation of color #C6314F: hue angle of 347.92º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6314F is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 79 -
CMYK 0 0.75 0.60 0.22
HSL 347.92º 0.6% 0.48% -
HSV(B) 347.92º 0.75% 0.78% -
XYZ 25.8 14.77 8.89 -
YUV 96.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 198 49 79 0 0.75 0.60 0.22 347.92 0.6 0.48
Hex C6 31 4F 0 4B 3C 16 15C 3C 30
Octal 306 61 117 0 113 74 26 534 74 60
Binary 11000110 110001 1001111 0 1001011 111100 10110 101011100 111100 110000

Color Harmonies of #C6314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6314F

Black with #C6314F

Text Example


Text Example

White with #C6314F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6314F; }

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

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

background-color css

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

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

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

border-color css

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

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

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