Html Css Color HEX #C9266F Cerise

📋 copy color: '#C9266F'

red 201 ◦ green 38 ◦ blue 111

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

Shades of Cerise #C9266F

Tints of Cerise #C9266F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 57.43%
G = 10.86%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9266F (or 0xC9266F) is known color: Cerise. HEX triplet: C9, 26 and 6F. RGB value is (201,38,111). Sum of RGB (Red+Green+Blue) = 201+38+111=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9266F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9266F is #36D990. Grayscale: #5E5E5E. Windows color (decimal): -3594641 or 7284425. OLE color: 7284425.

HSL color Cylindrical-coordinate representation of color #C9266F: hue angle of 333.13º 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 #C9266F is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 38 111 -
CMYK 0 0.81 0.45 0.21
HSL 333.13º 0.68% 0.47% -
HSV(B) 333.13º 0.81% 0.79% -
XYZ 27.65 14.95 16.47 -
YUV 95.06 137 203.56 -
System Red Green Blue C M Y K H S L
Decimal 201 38 111 0 0.81 0.45 0.21 333.13 0.68 0.47
Hex C9 26 6F 0 51 2D 15 14D 44 2F
Octal 311 46 157 0 121 55 25 515 104 57
Binary 11001001 100110 1101111 0 1010001 101101 10101 101001101 1000100 101111

Color Harmonies of #C9266F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9266F

Black with #C9266F

Text Example


Text Example

White with #C9266F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9266F; }

 p { color: rgb(201,38,111); }

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

background-color css

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

 a { background-color: rgb(201,38,111); }

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

border-color css

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

 span { border-color: rgb(201,38,111); }

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