Html Css Color HEX #C6314C Old Rose

📋 copy color: '#C6314C'

red 198 ◦ green 49 ◦ blue 76

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

Shades of Old Rose #C6314C

Tints of Old Rose #C6314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 61.3%
G = 15.17%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6314C (or 0xC6314C) is known color: Old Rose. HEX triplet: C6, 31 and 4C. RGB value is (198,49,76). Sum of RGB (Red+Green+Blue) = 198+49+76=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6314C is #39CEB3. Grayscale: #606060. Windows color (decimal): -3788468 or 4993478. OLE color: 4993478.

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

Color convert

RGB 198 49 76 -
CMYK 0 0.75 0.62 0.22
HSL 349.13º 0.6% 0.48% -
HSV(B) 349.13º 0.75% 0.78% -
XYZ 25.69 14.72 8.33 -
YUV 96.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 198 49 76 0 0.75 0.62 0.22 349.13 0.6 0.48
Hex C6 31 4C 0 4B 3E 16 15D 3C 30
Octal 306 61 114 0 113 76 26 535 74 60
Binary 11000110 110001 1001100 0 1001011 111110 10110 101011101 111100 110000

Color Harmonies of #C6314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6314C

Black with #C6314C

Text Example


Text Example

White with #C6314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6314C; }

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

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

background-color css

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

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

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

border-color css

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

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

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