#C93A65

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

Shades of Cerise #C93A65

Tints of Cerise #C93A65

Color information

#C93A65 (or 0xC93A65) is unknown color: approx Cerise. HEX triplet: C9, 3A and 65. RGB value is (201,58,101). Sum of RGB (Red+Green+Blue) = 201+58+101=360 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.83% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93A65 is #36C59A. Grayscale: #696969. Windows color (decimal): -3589531 or 6634185. OLE color: 6634185.

HSL color Cylindrical-coordinate representation of color #C93A65: hue angle of 341.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A65 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB20158101-
CMYK00.710.500.21
HSL341.96º56.97%50.78%-
HSV(B)341.96º71.14%78.82%-
XYZ27.9516.3814-
YUV105.66125.38196-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.83%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=55.83%
G=16.11%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015810100.710.500.21341.9656.9750.78
HexC93A6504732151563933
Octal31172145010762255267163
Binary1100100111101011001010100011111001010101101010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93A65; }

 p { color: rgb(201,58,101); }

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

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

 a { background-color: rgb(201,58,101); }

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

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

 span { border-color: rgb(201,58,101); }

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