Html Css Color HEX #C82164 Cerise

📋 copy color: '#C82164'

red 200 ◦ green 33 ◦ blue 100

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

Shades of Cerise #C82164

Tints of Cerise #C82164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.03%

R = 60.06%
G = 9.91%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C82164 (or 0xC82164) is known color: Cerise. HEX triplet: C8, 21 and 64. RGB value is (200,33,100). Sum of RGB (Red+Green+Blue) = 200+33+100=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C82164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82164 is #37DE9B. Grayscale: #5A5A5A. Windows color (decimal): -3661468 or 6562248. OLE color: 6562248.

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

Color convert

RGB 200 33 100 -
CMYK 0 0.84 0.5 0.22
HSL 335.93º 0.72% 0.46% -
HSV(B) 335.93º 0.84% 0.78% -
XYZ 26.66 14.29 13.41 -
YUV 90.57 133.33 206.05 -
System Red Green Blue C M Y K H S L
Decimal 200 33 100 0 0.84 0.5 0.22 335.93 0.72 0.46
Hex C8 21 64 0 54 32 16 150 48 2E
Octal 310 41 144 0 124 62 26 520 110 56
Binary 11001000 100001 1100100 0 1010100 110010 10110 101010000 1001000 101110

Color Harmonies of #C82164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82164

Black with #C82164

Text Example


Text Example

White with #C82164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82164; }

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

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

background-color css

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

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

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

border-color css

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

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

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