Html Css Color HEX #C8216A Cerise

📋 copy color: '#C8216A'

red 200 ◦ green 33 ◦ blue 106

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

Shades of Cerise #C8216A

Tints of Cerise #C8216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.73%

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

R = 59%
G = 9.73%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8216A (or 0xC8216A) is known color: Cerise. HEX triplet: C8, 21 and 6A. RGB value is (200,33,106). Sum of RGB (Red+Green+Blue) = 200+33+106=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C8216A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8216A is #37DE95. Grayscale: #5B5B5B. Windows color (decimal): -3661462 or 6955464. OLE color: 6955464.

HSL color Cylindrical-coordinate representation of color #C8216A: hue angle of 333.77º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8216A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 106 -
CMYK 0 0.84 0.47 0.22
HSL 333.77º 0.72% 0.46% -
HSV(B) 333.77º 0.84% 0.78% -
XYZ 26.96 14.41 15 -
YUV 91.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 200 33 106 0 0.84 0.47 0.22 333.77 0.72 0.46
Hex C8 21 6A 0 54 2F 16 14E 48 2E
Octal 310 41 152 0 124 57 26 516 110 56
Binary 11001000 100001 1101010 0 1010100 101111 10110 101001110 1001000 101110

Color Harmonies of #C8216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8216A

Black with #C8216A

Text Example


Text Example

White with #C8216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8216A; }

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

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

background-color css

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

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

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

border-color css

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

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

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