Html Css Color HEX #C9286A Cerise

📋 copy color: '#C9286A'

red 201 ◦ green 40 ◦ blue 106

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

Shades of Cerise #C9286A

Tints of Cerise #C9286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.53%

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 57.93%
G = 11.53%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9286A (or 0xC9286A) is known color: Cerise. HEX triplet: C9, 28 and 6A. RGB value is (201,40,106). Sum of RGB (Red+Green+Blue) = 201+40+106=347 (45% of max value = 765). Red value is 201 (78.91% from 255 or 57.93% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 201 - color contains mainly: red. Hex color #C9286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9286A is #36D795. Grayscale: #5F5F5F. Windows color (decimal): -3594134 or 6957257. OLE color: 6957257.

HSL color Cylindrical-coordinate representation of color #C9286A: hue angle of 335.4º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9286A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 106 -
CMYK 0 0.80 0.47 0.21
HSL 335.4º 0.67% 0.47% -
HSV(B) 335.4º 0.8% 0.79% -
XYZ 27.45 14.98 15.08 -
YUV 95.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 201 40 106 0 0.80 0.47 0.21 335.4 0.67 0.47
Hex C9 28 6A 0 50 2F 15 14F 43 2F
Octal 311 50 152 0 120 57 25 517 103 57
Binary 11001001 101000 1101010 0 1010000 101111 10101 101001111 1000011 101111

Color Harmonies of #C9286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9286A

Black with #C9286A

Text Example


Text Example

White with #C9286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9286A; }

 p { color: rgb(201,40,106); }

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

background-color css

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

 a { background-color: rgb(201,40,106); }

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

border-color css

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

 span { border-color: rgb(201,40,106); }

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