Html Css Color HEX #C7316A Cerise

📋 copy color: '#C7316A'

red 199 ◦ green 49 ◦ blue 106

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

Shades of Cerise #C7316A

Tints of Cerise #C7316A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 56.21%
G = 13.84%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C7316A (or 0xC7316A) is known color: Cerise. HEX triplet: C7, 31 and 6A. RGB value is (199,49,106). Sum of RGB (Red+Green+Blue) = 199+49+106=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7316A is #38CE95. Grayscale: #646464. Windows color (decimal): -3722902 or 6959559. OLE color: 6959559.

HSL color Cylindrical-coordinate representation of color #C7316A: hue angle of 337.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 #C7316A is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 106 -
CMYK 0 0.75 0.47 0.22
HSL 337.2º 0.6% 0.49% -
HSV(B) 337.2º 0.75% 0.78% -
XYZ 27.25 15.38 15.17 -
YUV 100.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 199 49 106 0 0.75 0.47 0.22 337.2 0.6 0.49
Hex C7 31 6A 0 4B 2F 16 151 3C 31
Octal 307 61 152 0 113 57 26 521 74 61
Binary 11000111 110001 1101010 0 1001011 101111 10110 101010001 111100 110001

Color Harmonies of #C7316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7316A

Black with #C7316A

Text Example


Text Example

White with #C7316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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