Html Css Color HEX #C93A65 Cerise

📋 copy color: '#C93A65'

red 201 ◦ green 58 ◦ blue 101

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

Shades of Cerise #C93A65

Tints of Cerise #C93A65

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 value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#C93A65 (or 0xC93A65) is known color: 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

RGB 201 58 101 -
CMYK 0 0.71 0.50 0.21
HSL 341.96º 0.57% 0.51% -
HSV(B) 341.96º 0.71% 0.79% -
XYZ 27.95 16.38 14 -
YUV 105.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 201 58 101 0 0.71 0.50 0.21 341.96 0.57 0.51
Hex C9 3A 65 0 47 32 15 156 39 33
Octal 311 72 145 0 107 62 25 526 71 63
Binary 11001001 111010 1100101 0 1000111 110010 10101 101010110 111001 110011

Color Harmonies of #C93A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93A65

Black with #C93A65

Text Example


Text Example

White with #C93A65

Text Example


Text Example

HTML Codes & Css Web 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>