Html Css Color HEX #C9276A Cerise

📋 copy color: '#C9276A'

red 201 ◦ green 39 ◦ blue 106

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

Shades of Cerise #C9276A

Tints of Cerise #C9276A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.27%

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

R = 58.09%
G = 11.27%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9276A (or 0xC9276A) is known color: Cerise. HEX triplet: C9, 27 and 6A. RGB value is (201,39,106). Sum of RGB (Red+Green+Blue) = 201+39+106=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9276A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9276A is #36D895. Grayscale: #5E5E5E. Windows color (decimal): -3594390 or 6957001. OLE color: 6957001.

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

Color convert

RGB 201 39 106 -
CMYK 0 0.81 0.47 0.21
HSL 335.19º 0.68% 0.47% -
HSV(B) 335.19º 0.81% 0.79% -
XYZ 27.41 14.91 15.07 -
YUV 95.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 201 39 106 0 0.81 0.47 0.21 335.19 0.68 0.47
Hex C9 27 6A 0 51 2F 15 14F 44 2F
Octal 311 47 152 0 121 57 25 517 104 57
Binary 11001001 100111 1101010 0 1010001 101111 10101 101001111 1000100 101111

Color Harmonies of #C9276A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9276A

Black with #C9276A

Text Example


Text Example

White with #C9276A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9276A; }

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

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

background-color css

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

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

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

border-color css

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

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

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