Html Css Color HEX #C6316E Cerise

📋 copy color: '#C6316E'

red 198 ◦ green 49 ◦ blue 110

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

Shades of Cerise #C6316E

Tints of Cerise #C6316E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 55.46%
G = 13.73%
B = 30.81%

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

#C6316E (or 0xC6316E) is known color: Cerise. HEX triplet: C6, 31 and 6E. RGB value is (198,49,110). Sum of RGB (Red+Green+Blue) = 198+49+110=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C6316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6316E is #39CE91. Grayscale: #646464. Windows color (decimal): -3788434 or 7221702. OLE color: 7221702.

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

Color convert

RGB 198 49 110 -
CMYK 0 0.75 0.44 0.22
HSL 335.44º 0.6% 0.48% -
HSV(B) 335.44º 0.75% 0.78% -
XYZ 27.2 15.33 16.28 -
YUV 100.51 133.36 197.54 -
System Red Green Blue C M Y K H S L
Decimal 198 49 110 0 0.75 0.44 0.22 335.44 0.6 0.48
Hex C6 31 6E 0 4B 2C 16 14F 3C 30
Octal 306 61 156 0 113 54 26 517 74 60
Binary 11000110 110001 1101110 0 1001011 101100 10110 101001111 111100 110000

Color Harmonies of #C6316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6316E

Black with #C6316E

Text Example


Text Example

White with #C6316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6316E; }

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

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

background-color css

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

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

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

border-color css

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

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

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