Html Css Color HEX #C82564 Cerise

📋 copy color: '#C82564'

red 200 ◦ green 37 ◦ blue 100

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

Shades of Cerise #C82564

Tints of Cerise #C82564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.98%

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

R = 59.35%
G = 10.98%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C82564 (or 0xC82564) is known color: Cerise. HEX triplet: C8, 25 and 64. RGB value is (200,37,100). Sum of RGB (Red+Green+Blue) = 200+37+100=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C82564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82564 is #37DA9B. Grayscale: #5C5C5C. Windows color (decimal): -3660444 or 6563272. OLE color: 6563272.

HSL color Cylindrical-coordinate representation of color #C82564: hue angle of 336.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82564 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 100 -
CMYK 0 0.82 0.5 0.22
HSL 336.81º 0.69% 0.46% -
HSV(B) 336.81º 0.82% 0.78% -
XYZ 26.78 14.52 13.45 -
YUV 92.92 132 204.38 -
System Red Green Blue C M Y K H S L
Decimal 200 37 100 0 0.82 0.5 0.22 336.81 0.69 0.46
Hex C8 25 64 0 52 32 16 151 45 2E
Octal 310 45 144 0 122 62 26 521 105 56
Binary 11001000 100101 1100100 0 1010010 110010 10110 101010001 1000101 101110

Color Harmonies of #C82564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82564

Black with #C82564

Text Example


Text Example

White with #C82564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82564; }

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

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

background-color css

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

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

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

border-color css

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

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

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