Html Css Color HEX #C7316F Cerise

📋 copy color: '#C7316F'

red 199 ◦ green 49 ◦ blue 111

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

Shades of Cerise #C7316F

Tints of Cerise #C7316F

RGB

 RED value IS 199 (78.13% from 255) = 55.43%

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

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

R = 55.43%
G = 13.65%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C7316F (or 0xC7316F) is known color: Cerise. HEX triplet: C7, 31 and 6F. RGB value is (199,49,111). Sum of RGB (Red+Green+Blue) = 199+49+111=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7316F is #38CE90. Grayscale: #646464. Windows color (decimal): -3722897 or 7287239. OLE color: 7287239.

HSL color Cylindrical-coordinate representation of color #C7316F: hue angle of 335.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7316F is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 111 -
CMYK 0 0.75 0.44 0.22
HSL 335.2º 0.6% 0.49% -
HSV(B) 335.2º 0.75% 0.78% -
XYZ 27.52 15.49 16.58 -
YUV 100.92 133.7 197.96 -
System Red Green Blue C M Y K H S L
Decimal 199 49 111 0 0.75 0.44 0.22 335.2 0.6 0.49
Hex C7 31 6F 0 4B 2C 16 14F 3C 31
Octal 307 61 157 0 113 54 26 517 74 61
Binary 11000111 110001 1101111 0 1001011 101100 10110 101001111 111100 110001

Color Harmonies of #C7316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7316F

Black with #C7316F

Text Example


Text Example

White with #C7316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7316F; }

 p { color: rgb(199,49,111); }

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

background-color css

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

 a { background-color: rgb(199,49,111); }

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

border-color css

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

 span { border-color: rgb(199,49,111); }

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