#C6306A

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

Shades of Cerise #C6306A

Tints of Cerise #C6306A

Color information

#C6306A (or 0xC6306A) is unknown color: approx Cerise. HEX triplet: C6, 30 and 6A. RGB value is (198,48,106). Sum of RGB (Red+Green+Blue) = 198+48+106=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C6306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6306A is #39CF95. Grayscale: #636363. Windows color (decimal): -3788694 or 6959302. OLE color: 6959302.

HSL color Cylindrical-coordinate representation of color #C6306A: hue angle of 336.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6306A is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB19848106-
CMYK00.760.460.22
HSL336.8º60.98%48.24%-
HSV(B)336.8º75.76%77.65%-
XYZ26.9515.1615.14-
YUV99.46131.7198.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.25%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=56.25%
G=13.64%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984810600.760.460.22336.860.9848.24
HexC6306A04C2E161513d30
Octal30660152011456265217560
Binary1100011011000011010100100110010111010110101010001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6306A; }

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

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

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

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

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

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

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

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