Html Css Color HEX #C6314A Old Rose

📋 copy color: '#C6314A'

red 198 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #C6314A

Tints of Old Rose #C6314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 61.68%
G = 15.26%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6314A (or 0xC6314A) is known color: Old Rose. HEX triplet: C6, 31 and 4A. RGB value is (198,49,74). Sum of RGB (Red+Green+Blue) = 198+49+74=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6314A is #39CEB5. Grayscale: #606060. Windows color (decimal): -3788470 or 4862406. OLE color: 4862406.

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

Color convert

RGB 198 49 74 -
CMYK 0 0.75 0.63 0.22
HSL 349.93º 0.6% 0.48% -
HSV(B) 349.93º 0.75% 0.78% -
XYZ 25.62 14.7 7.96 -
YUV 96.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 198 49 74 0 0.75 0.63 0.22 349.93 0.6 0.48
Hex C6 31 4A 0 4B 3F 16 15E 3C 30
Octal 306 61 112 0 113 77 26 536 74 60
Binary 11000110 110001 1001010 0 1001011 111111 10110 101011110 111100 110000

Color Harmonies of #C6314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6314A

Black with #C6314A

Text Example


Text Example

White with #C6314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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