Html Css Color HEX #C9316B Cerise

📋 copy color: '#C9316B'

red 201 ◦ green 49 ◦ blue 107

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

Shades of Cerise #C9316B

Tints of Cerise #C9316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.73%

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

R = 56.3%
G = 13.73%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9316B (or 0xC9316B) is known color: Cerise. HEX triplet: C9, 31 and 6B. RGB value is (201,49,107). Sum of RGB (Red+Green+Blue) = 201+49+107=357 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.30% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 201 - color contains mainly: red. Hex color #C9316B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9316B is #36CE94. Grayscale: #646464. Windows color (decimal): -3591829 or 7025097. OLE color: 7025097.

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

Color convert

RGB 201 49 107 -
CMYK 0 0.76 0.47 0.21
HSL 337.11º 0.61% 0.49% -
HSV(B) 337.11º 0.76% 0.79% -
XYZ 27.84 15.68 15.47 -
YUV 101.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 201 49 107 0 0.76 0.47 0.21 337.11 0.61 0.49
Hex C9 31 6B 0 4C 2F 15 151 3D 31
Octal 311 61 153 0 114 57 25 521 75 61
Binary 11001001 110001 1101011 0 1001100 101111 10101 101010001 111101 110001

Color Harmonies of #C9316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9316B

Black with #C9316B

Text Example


Text Example

White with #C9316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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