Html Css Color HEX #C9266B Cerise

📋 copy color: '#C9266B'

red 201 ◦ green 38 ◦ blue 107

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

Shades of Cerise #C9266B

Tints of Cerise #C9266B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.92%

R = 58.09%
G = 10.98%
B = 30.92%

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

#C9266B (or 0xC9266B) is known color: Cerise. HEX triplet: C9, 26 and 6B. RGB value is (201,38,107). Sum of RGB (Red+Green+Blue) = 201+38+107=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9266B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9266B is #36D994. Grayscale: #5E5E5E. Windows color (decimal): -3594645 or 7022281. OLE color: 7022281.

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

Color convert

RGB 201 38 107 -
CMYK 0 0.81 0.47 0.21
HSL 334.6º 0.68% 0.47% -
HSV(B) 334.6º 0.81% 0.79% -
XYZ 27.43 14.87 15.33 -
YUV 94.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 201 38 107 0 0.81 0.47 0.21 334.6 0.68 0.47
Hex C9 26 6B 0 51 2F 15 14F 44 2F
Octal 311 46 153 0 121 57 25 517 104 57
Binary 11001001 100110 1101011 0 1010001 101111 10101 101001111 1000100 101111

Color Harmonies of #C9266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9266B

Black with #C9266B

Text Example


Text Example

White with #C9266B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9266B; }

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

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

background-color css

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

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

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

border-color css

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

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

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