#C6376A

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

Shades of Cerise #C6376A

Tints of Cerise #C6376A

Color information

#C6376A (or 0xC6376A) is unknown color: approx Cerise. HEX triplet: C6, 37 and 6A. RGB value is (198,55,106). Sum of RGB (Red+Green+Blue) = 198+55+106=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6376A is #39C895. Grayscale: #676767. Windows color (decimal): -3786902 or 6961094. OLE color: 6961094.

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

Color convert

RGB19855106-
CMYK00.720.460.22
HSL338.6º56.52%49.61%-
HSV(B)338.6º72.22%77.65%-
XYZ27.2615.7815.24-
YUV103.57129.38195.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.15%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=55.15%
G=15.32%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985510600.720.460.22338.656.5249.61
HexC6376A0482E161533932
Octal30667152011056265237162
Binary1100011011011111010100100100010111010110101010011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6376A; }

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

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

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

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

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

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

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

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