Html Css Color HEX #C9395F Cerise

📋 copy color: '#C9395F'

red 201 ◦ green 57 ◦ blue 95

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

Shades of Cerise #C9395F

Tints of Cerise #C9395F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.91%

R = 56.94%
G = 16.15%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#C9395F (or 0xC9395F) is known color: Cerise. HEX triplet: C9, 39 and 5F. RGB value is (201,57,95). Sum of RGB (Red+Green+Blue) = 201+57+95=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C9395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9395F is #36C6A0. Grayscale: #686868. Windows color (decimal): -3589793 or 6240713. OLE color: 6240713.

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

Color convert

RGB 201 57 95 -
CMYK 0 0.72 0.53 0.21
HSL 344.17º 0.57% 0.51% -
HSV(B) 344.17º 0.72% 0.79% -
XYZ 27.62 16.17 12.49 -
YUV 104.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 201 57 95 0 0.72 0.53 0.21 344.17 0.57 0.51
Hex C9 39 5F 0 48 35 15 158 39 33
Octal 311 71 137 0 110 65 25 530 71 63
Binary 11001001 111001 1011111 0 1001000 110101 10101 101011000 111001 110011

Color Harmonies of #C9395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9395F

Black with #C9395F

Text Example


Text Example

White with #C9395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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