Html Css Color HEX #C93969 Cerise

📋 copy color: '#C93969'

red 201 ◦ green 57 ◦ blue 105

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

Shades of Cerise #C93969

Tints of Cerise #C93969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.93%

R = 55.37%
G = 15.7%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#C93969 (or 0xC93969) is known color: Cerise. HEX triplet: C9, 39 and 69. RGB value is (201,57,105). Sum of RGB (Red+Green+Blue) = 201+57+105=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C93969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93969 is #36C696. Grayscale: #696969. Windows color (decimal): -3589783 or 6896073. OLE color: 6896073.

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

Color convert

RGB 201 57 105 -
CMYK 0 0.72 0.48 0.21
HSL 340º 0.57% 0.51% -
HSV(B) 340º 0.72% 0.79% -
XYZ 28.1 16.36 15.04 -
YUV 105.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 201 57 105 0 0.72 0.48 0.21 340 0.57 0.51
Hex C9 39 69 0 48 30 15 154 39 33
Octal 311 71 151 0 110 60 25 524 71 63
Binary 11001001 111001 1101001 0 1001000 110000 10101 101010100 111001 110011

Color Harmonies of #C93969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93969

Black with #C93969

Text Example


Text Example

White with #C93969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93969; }

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

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

background-color css

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

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

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

border-color css

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

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

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