Html Css Color HEX #C93965 Cerise

📋 copy color: '#C93965'

red 201 ◦ green 57 ◦ blue 101

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

Shades of Cerise #C93965

Tints of Cerise #C93965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 55.99%
G = 15.88%
B = 28.13%

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

#C93965 (or 0xC93965) is known color: Cerise. HEX triplet: C9, 39 and 65. RGB value is (201,57,101). Sum of RGB (Red+Green+Blue) = 201+57+101=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C93965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93965 is #36C69A. Grayscale: #696969. Windows color (decimal): -3589787 or 6633929. OLE color: 6633929.

HSL color Cylindrical-coordinate representation of color #C93965: hue angle of 341.67º 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 #C93965 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 101 -
CMYK 0 0.72 0.50 0.21
HSL 341.67º 0.57% 0.51% -
HSV(B) 341.67º 0.72% 0.79% -
XYZ 27.9 16.28 13.98 -
YUV 105.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 201 57 101 0 0.72 0.50 0.21 341.67 0.57 0.51
Hex C9 39 65 0 48 32 15 156 39 33
Octal 311 71 145 0 110 62 25 526 71 63
Binary 11001001 111001 1100101 0 1001000 110010 10101 101010110 111001 110011

Color Harmonies of #C93965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93965

Black with #C93965

Text Example


Text Example

White with #C93965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93965; }

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

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

background-color css

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

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

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

border-color css

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

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

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