Html Css Color HEX #C6316D Cerise

📋 copy color: '#C6316D'

red 198 ◦ green 49 ◦ blue 109

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

Shades of Cerise #C6316D

Tints of Cerise #C6316D

RGB

 RED value IS 198 (77.73% from 255) = 55.62%

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

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 55.62%
G = 13.76%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6316D (or 0xC6316D) is known color: Cerise. HEX triplet: C6, 31 and 6D. RGB value is (198,49,109). Sum of RGB (Red+Green+Blue) = 198+49+109=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6316D is #39CE92. Grayscale: #646464. Windows color (decimal): -3788435 or 7156166. OLE color: 7156166.

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

Color convert

RGB 198 49 109 -
CMYK 0 0.75 0.45 0.22
HSL 335.84º 0.6% 0.48% -
HSV(B) 335.84º 0.75% 0.78% -
XYZ 27.15 15.31 15.99 -
YUV 100.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 198 49 109 0 0.75 0.45 0.22 335.84 0.6 0.48
Hex C6 31 6D 0 4B 2D 16 150 3C 30
Octal 306 61 155 0 113 55 26 520 74 60
Binary 11000110 110001 1101101 0 1001011 101101 10110 101010000 111100 110000

Color Harmonies of #C6316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6316D

Black with #C6316D

Text Example


Text Example

White with #C6316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6316D; }

 p { color: rgb(198,49,109); }

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

background-color css

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

 a { background-color: rgb(198,49,109); }

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

border-color css

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

 span { border-color: rgb(198,49,109); }

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