Html Css Color HEX #C6316A Cerise

📋 copy color: '#C6316A'

red 198 ◦ green 49 ◦ blue 106

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

Shades of Cerise #C6316A

Tints of Cerise #C6316A

RGB

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

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

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

R = 56.09%
G = 13.88%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6316A (or 0xC6316A) is known color: Cerise. HEX triplet: C6, 31 and 6A. RGB value is (198,49,106). Sum of RGB (Red+Green+Blue) = 198+49+106=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C6316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6316A is #39CE95. Grayscale: #636363. Windows color (decimal): -3788438 or 6959558. OLE color: 6959558.

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

Color convert

RGB 198 49 106 -
CMYK 0 0.75 0.46 0.22
HSL 337.05º 0.6% 0.48% -
HSV(B) 337.05º 0.75% 0.78% -
XYZ 26.99 15.24 15.16 -
YUV 100.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 198 49 106 0 0.75 0.46 0.22 337.05 0.6 0.48
Hex C6 31 6A 0 4B 2E 16 151 3C 30
Octal 306 61 152 0 113 56 26 521 74 60
Binary 11000110 110001 1101010 0 1001011 101110 10110 101010001 111100 110000

Color Harmonies of #C6316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6316A

Black with #C6316A

Text Example


Text Example

White with #C6316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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