Html Css Color HEX #C9246C Cerise

📋 copy color: '#C9246C'

red 201 ◦ green 36 ◦ blue 108

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

Shades of Cerise #C9246C

Tints of Cerise #C9246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.43%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 58.26%
G = 10.43%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C9246C (or 0xC9246C) is known color: Cerise. HEX triplet: C9, 24 and 6C. RGB value is (201,36,108). Sum of RGB (Red+Green+Blue) = 201+36+108=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9246C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9246C is #36DB93. Grayscale: #5D5D5D. Windows color (decimal): -3595156 or 7087305. OLE color: 7087305.

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

Color convert

RGB 201 36 108 -
CMYK 0 0.82 0.46 0.21
HSL 333.82º 0.7% 0.46% -
HSV(B) 333.82º 0.82% 0.79% -
XYZ 27.43 14.76 15.59 -
YUV 93.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 201 36 108 0 0.82 0.46 0.21 333.82 0.7 0.46
Hex C9 24 6C 0 52 2E 15 14E 46 2E
Octal 311 44 154 0 122 56 25 516 106 56
Binary 11001001 100100 1101100 0 1010010 101110 10101 101001110 1000110 101110

Color Harmonies of #C9246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9246C

Black with #C9246C

Text Example


Text Example

White with #C9246C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9246C; }

 p { color: rgb(201,36,108); }

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

background-color css

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

 a { background-color: rgb(201,36,108); }

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

border-color css

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

 span { border-color: rgb(201,36,108); }

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