Html Css Color HEX #C93964 Cerise

📋 copy color: '#C93964'

red 201 ◦ green 57 ◦ blue 100

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

Shades of Cerise #C93964

Tints of Cerise #C93964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 56.15%
G = 15.92%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C93964 (or 0xC93964) is known color: Cerise. HEX triplet: C9, 39 and 64. RGB value is (201,57,100). Sum of RGB (Red+Green+Blue) = 201+57+100=358 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.15% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 201 - color contains mainly: red. Hex color #C93964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93964 is #36C69B. Grayscale: #686868. Windows color (decimal): -3589788 or 6568393. OLE color: 6568393.

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

Color convert

RGB 201 57 100 -
CMYK 0 0.72 0.50 0.21
HSL 342.08º 0.57% 0.51% -
HSV(B) 342.08º 0.72% 0.79% -
XYZ 27.85 16.26 13.73 -
YUV 104.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 201 57 100 0 0.72 0.50 0.21 342.08 0.57 0.51
Hex C9 39 64 0 48 32 15 156 39 33
Octal 311 71 144 0 110 62 25 526 71 63
Binary 11001001 111001 1100100 0 1001000 110010 10101 101010110 111001 110011

Color Harmonies of #C93964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93964

Black with #C93964

Text Example


Text Example

White with #C93964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93964; }

 p { color: rgb(201,57,100); }

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

background-color css

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

 a { background-color: rgb(201,57,100); }

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

border-color css

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

 span { border-color: rgb(201,57,100); }

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