Html Css Color HEX #C93760 Cerise

📋 copy color: '#C93760'

red 201 ◦ green 55 ◦ blue 96

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

Shades of Cerise #C93760

Tints of Cerise #C93760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 57.1%
G = 15.63%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#C93760 (or 0xC93760) is known color: Cerise. HEX triplet: C9, 37 and 60. RGB value is (201,55,96). Sum of RGB (Red+Green+Blue) = 201+55+96=352 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.10% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 201 - color contains mainly: red. Hex color #C93760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93760 is #36C89F. Grayscale: #676767. Windows color (decimal): -3590304 or 6305737. OLE color: 6305737.

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

Color convert

RGB 201 55 96 -
CMYK 0 0.73 0.52 0.21
HSL 343.15º 0.57% 0.5% -
HSV(B) 343.15º 0.73% 0.79% -
XYZ 27.56 15.99 12.7 -
YUV 103.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 201 55 96 0 0.73 0.52 0.21 343.15 0.57 0.5
Hex C9 37 60 0 49 34 15 157 39 32
Octal 311 67 140 0 111 64 25 527 71 62
Binary 11001001 110111 1100000 0 1001001 110100 10101 101010111 111001 110010

Color Harmonies of #C93760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93760

Black with #C93760

Text Example


Text Example

White with #C93760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93760; }

 p { color: rgb(201,55,96); }

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

background-color css

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

 a { background-color: rgb(201,55,96); }

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

border-color css

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

 span { border-color: rgb(201,55,96); }

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