Html Css Color HEX #C6314E Old Rose

📋 copy color: '#C6314E'

red 198 ◦ green 49 ◦ blue 78

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

Shades of Old Rose #C6314E

Tints of Old Rose #C6314E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24%

R = 60.92%
G = 15.08%
B = 24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6314E (or 0xC6314E) is known color: Old Rose. HEX triplet: C6, 31 and 4E. RGB value is (198,49,78). Sum of RGB (Red+Green+Blue) = 198+49+78=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6314E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6314E is #39CEB1. Grayscale: #606060. Windows color (decimal): -3788466 or 5124550. OLE color: 5124550.

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

Color convert

RGB 198 49 78 -
CMYK 0 0.75 0.61 0.22
HSL 348.32º 0.6% 0.48% -
HSV(B) 348.32º 0.75% 0.78% -
XYZ 25.76 14.75 8.7 -
YUV 96.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 198 49 78 0 0.75 0.61 0.22 348.32 0.6 0.48
Hex C6 31 4E 0 4B 3D 16 15C 3C 30
Octal 306 61 116 0 113 75 26 534 74 60
Binary 11000110 110001 1001110 0 1001011 111101 10110 101011100 111100 110000

Color Harmonies of #C6314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6314E

Black with #C6314E

Text Example


Text Example

White with #C6314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6314E; }

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

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

background-color css

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

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

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

border-color css

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

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

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