Html Css Color HEX #C9296A Cerise

📋 copy color: '#C9296A'

red 201 ◦ green 41 ◦ blue 106

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

Shades of Cerise #C9296A

Tints of Cerise #C9296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 57.76%
G = 11.78%
B = 30.46%

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

#C9296A (or 0xC9296A) is known color: Cerise. HEX triplet: C9, 29 and 6A. RGB value is (201,41,106). Sum of RGB (Red+Green+Blue) = 201+41+106=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9296A is #36D695. Grayscale: #606060. Windows color (decimal): -3593878 or 6957513. OLE color: 6957513.

HSL color Cylindrical-coordinate representation of color #C9296A: hue angle of 335.62º degrees, saturation: 0.66, 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 #C9296A is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 106 -
CMYK 0 0.80 0.47 0.21
HSL 335.63º 0.66% 0.47% -
HSV(B) 335.63º 0.8% 0.79% -
XYZ 27.48 15.04 15.09 -
YUV 96.25 133.51 202.71 -
System Red Green Blue C M Y K H S L
Decimal 201 41 106 0 0.80 0.47 0.21 335.63 0.66 0.47
Hex C9 29 6A 0 50 2F 15 150 42 2F
Octal 311 51 152 0 120 57 25 520 102 57
Binary 11001001 101001 1101010 0 1010000 101111 10101 101010000 1000010 101111

Color Harmonies of #C9296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9296A

Black with #C9296A

Text Example


Text Example

White with #C9296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9296A; }

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

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

background-color css

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

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

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

border-color css

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

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

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