#C63068

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

Shades of Cerise #C63068

Tints of Cerise #C63068

Color information

#C63068 (or 0xC63068) is unknown color: approx Cerise. HEX triplet: C6, 30 and 68. RGB value is (198,48,104). Sum of RGB (Red+Green+Blue) = 198+48+104=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C63068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63068 is #39CF97. Grayscale: #636363. Windows color (decimal): -3788696 or 6828230. OLE color: 6828230.

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

Color convert

RGB19848104-
CMYK00.760.470.22
HSL337.6º60.98%48.24%-
HSV(B)337.6º75.76%77.65%-
XYZ26.8415.1214.6-
YUV99.23130.7198.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.57%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=56.57%
G=13.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984810400.760.470.22337.660.9848.24
HexC6306804C2F161523d30
Octal30660150011457265227560
Binary1100011011000011010000100110010111110110101010010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63068; }

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

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

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

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

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

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

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

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