Html Css Color HEX #C9256E Cerise

📋 copy color: '#C9256E'

red 201 ◦ green 37 ◦ blue 110

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

Shades of Cerise #C9256E

Tints of Cerise #C9256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

 BLUE value IS 110 (43.36% from 255) = 31.61%

R = 57.76%
G = 10.63%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9256E (or 0xC9256E) is known color: Cerise. HEX triplet: C9, 25 and 6E. RGB value is (201,37,110). Sum of RGB (Red+Green+Blue) = 201+37+110=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9256E is #36DA91. Grayscale: #5E5E5E. Windows color (decimal): -3594898 or 7218633. OLE color: 7218633.

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

Color convert

RGB 201 37 110 -
CMYK 0 0.82 0.45 0.21
HSL 333.29º 0.69% 0.47% -
HSV(B) 333.29º 0.82% 0.79% -
XYZ 27.56 14.87 16.17 -
YUV 94.36 136.83 204.06 -
System Red Green Blue C M Y K H S L
Decimal 201 37 110 0 0.82 0.45 0.21 333.29 0.69 0.47
Hex C9 25 6E 0 52 2D 15 14D 45 2F
Octal 311 45 156 0 122 55 25 515 105 57
Binary 11001001 100101 1101110 0 1010010 101101 10101 101001101 1000101 101111

Color Harmonies of #C9256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9256E

Black with #C9256E

Text Example


Text Example

White with #C9256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9256E; }

 p { color: rgb(201,37,110); }

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

background-color css

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

 a { background-color: rgb(201,37,110); }

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

border-color css

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

 span { border-color: rgb(201,37,110); }

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