#C6316A

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

Shades of Cerise #C6316A

Tints of Cerise #C6316A

Color information

#C6316A (or 0xC6316A) is unknown color: approx Cerise. HEX triplet: C6, 31 and 6A. RGB value is (198,49,106). Sum of RGB (Red+Green+Blue) = 198+49+106=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6316A is #39CE95. Grayscale: #636363. Windows color (decimal): -3788438 or 6959558. OLE color: 6959558.

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

Color convert

RGB19849106-
CMYK00.750.460.22
HSL337.05º60.32%48.43%-
HSV(B)337.05º75.25%77.65%-
XYZ26.9915.2415.16-
YUV100.05131.36197.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.09%
GREEN value IS 49 (19.53% from 255) = 13.88%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=56.09%
G=13.88%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984910600.750.460.22337.0560.3248.43
HexC6316A04B2E161513c30
Octal30661152011356265217460
Binary1100011011000111010100100101110111010110101010001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6316A; }

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

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

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

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

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

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

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

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