Html Css Color HEX #C93868 Cerise

📋 copy color: '#C93868'

red 201 ◦ green 56 ◦ blue 104

#C93868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #C93868

Tints of Cerise #C93868

RGB

 RED value IS 201 (78.91% from 255) = 55.68%

 GREEN value IS 56 (22.27% from 255) = 15.51%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 55.68%
G = 15.51%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C93868 (or 0xC93868) is known color: Cerise. HEX triplet: C9, 38 and 68. RGB value is (201,56,104). Sum of RGB (Red+Green+Blue) = 201+56+104=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C93868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93868 is #36C797. Grayscale: #686868. Windows color (decimal): -3590040 or 6830281. OLE color: 6830281.

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

Color convert

RGB 201 56 104 -
CMYK 0 0.72 0.48 0.21
HSL 340.14º 0.57% 0.5% -
HSV(B) 340.14º 0.72% 0.79% -
XYZ 28 16.25 14.76 -
YUV 104.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 201 56 104 0 0.72 0.48 0.21 340.14 0.57 0.5
Hex C9 38 68 0 48 30 15 154 39 32
Octal 311 70 150 0 110 60 25 524 71 62
Binary 11001001 111000 1101000 0 1001000 110000 10101 101010100 111001 110010

Color Harmonies of #C93868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93868

Black with #C93868

Text Example


Text Example

White with #C93868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93868; }

 p { color: rgb(201,56,104); }

 H1.HeaderClassName
 {
   color: #C93868;
 }
 .AnyTagClassName
 {
   color: #C93868;
 }
</style>

background-color css

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

 a { background-color: rgb(201,56,104); }

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

border-color css

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

 span { border-color: rgb(201,56,104); }

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