#C6314B

Color #C6314B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C6314B

Tints of Old Rose #C6314B

Color information

#C6314B (or 0xC6314B) is unknown color: approx Old Rose. HEX triplet: C6, 31 and 4B. RGB value is (198,49,75). Sum of RGB (Red+Green+Blue) = 198+49+75=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6314B is #39CEB4. Grayscale: #606060. Windows color (decimal): -3788469 or 4927942. OLE color: 4927942.

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

Color convert

RGB1984975-
CMYK00.750.620.22
HSL349.53º60.32%48.43%-
HSV(B)349.53º75.25%77.65%-
XYZ25.6614.718.14-
YUV96.52115.86200.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 49 (19.53% from 255) = 15.22%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=61.49%
G=15.22%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198497500.750.620.22349.5360.3248.43
HexC6314B04B3E1615e3c30
Octal30661113011376265367460
Binary1100011011000110010110100101111111010110101011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6314B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6314B; }

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

 H1.HeaderClassName
 {
   color: #C6314B;
 }
 .AnyTagClassName
 {
   color: #C6314B;
 }
</style>
background-color css

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

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

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

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

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

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