Html Css Color HEX #C82560 Cerise

📋 copy color: '#C82560'

red 200 ◦ green 37 ◦ blue 96

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

Shades of Cerise #C82560

Tints of Cerise #C82560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.83%

R = 60.06%
G = 11.11%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C82560 (or 0xC82560) is known color: Cerise. HEX triplet: C8, 25 and 60. RGB value is (200,37,96). Sum of RGB (Red+Green+Blue) = 200+37+96=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C82560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82560 is #37DA9F. Grayscale: #5C5C5C. Windows color (decimal): -3660448 or 6301128. OLE color: 6301128.

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

Color convert

RGB 200 37 96 -
CMYK 0 0.82 0.52 0.22
HSL 338.28º 0.69% 0.46% -
HSV(B) 338.28º 0.82% 0.78% -
XYZ 26.59 14.45 12.45 -
YUV 92.46 130 204.7 -
System Red Green Blue C M Y K H S L
Decimal 200 37 96 0 0.82 0.52 0.22 338.28 0.69 0.46
Hex C8 25 60 0 52 34 16 152 45 2E
Octal 310 45 140 0 122 64 26 522 105 56
Binary 11001000 100101 1100000 0 1010010 110100 10110 101010010 1000101 101110

Color Harmonies of #C82560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82560

Black with #C82560

Text Example


Text Example

White with #C82560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82560; }

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

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

background-color css

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

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

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

border-color css

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

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

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