Html Css Color HEX #C8316D Cerise

📋 copy color: '#C8316D'

red 200 ◦ green 49 ◦ blue 109

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

Shades of Cerise #C8316D

Tints of Cerise #C8316D

RGB

 RED value IS 200 (78.52% from 255) = 55.87%

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

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

R = 55.87%
G = 13.69%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8316D (or 0xC8316D) is known color: Cerise. HEX triplet: C8, 31 and 6D. RGB value is (200,49,109). Sum of RGB (Red+Green+Blue) = 200+49+109=358 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.87% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 200 - color contains mainly: red. Hex color #C8316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8316D is #37CE92. Grayscale: #646464. Windows color (decimal): -3657363 or 7156168. OLE color: 7156168.

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

Color convert

RGB 200 49 109 -
CMYK 0 0.76 0.46 0.22
HSL 336.16º 0.61% 0.49% -
HSV(B) 336.16º 0.76% 0.78% -
XYZ 27.68 15.58 16.02 -
YUV 100.99 132.53 198.62 -
System Red Green Blue C M Y K H S L
Decimal 200 49 109 0 0.76 0.46 0.22 336.16 0.61 0.49
Hex C8 31 6D 0 4C 2E 16 150 3D 31
Octal 310 61 155 0 114 56 26 520 75 61
Binary 11001000 110001 1101101 0 1001100 101110 10110 101010000 111101 110001

Color Harmonies of #C8316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8316D

Black with #C8316D

Text Example


Text Example

White with #C8316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8316D; }

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

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

background-color css

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

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

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

border-color css

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

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

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