Html Css Color HEX #C8316A Cerise

📋 copy color: '#C8316A'

red 200 ◦ green 49 ◦ blue 106

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

Shades of Cerise #C8316A

Tints of Cerise #C8316A

RGB

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

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

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

R = 56.34%
G = 13.8%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8316A (or 0xC8316A) is known color: Cerise. HEX triplet: C8, 31 and 6A. RGB value is (200,49,106). Sum of RGB (Red+Green+Blue) = 200+49+106=355 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.34% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 200 - color contains mainly: red. Hex color #C8316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8316A is #37CE95. Grayscale: #646464. Windows color (decimal): -3657366 or 6959560. OLE color: 6959560.

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

Color convert

RGB 200 49 106 -
CMYK 0 0.76 0.47 0.22
HSL 337.35º 0.61% 0.49% -
HSV(B) 337.35º 0.76% 0.78% -
XYZ 27.52 15.52 15.18 -
YUV 100.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 200 49 106 0 0.76 0.47 0.22 337.35 0.61 0.49
Hex C8 31 6A 0 4C 2F 16 151 3D 31
Octal 310 61 152 0 114 57 26 521 75 61
Binary 11001000 110001 1101010 0 1001100 101111 10110 101010001 111101 110001

Color Harmonies of #C8316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8316A

Black with #C8316A

Text Example


Text Example

White with #C8316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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