Html Css Color HEX #C82364 Cerise

📋 copy color: '#C82364'

red 200 ◦ green 35 ◦ blue 100

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

Shades of Cerise #C82364

Tints of Cerise #C82364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

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

R = 59.7%
G = 10.45%
B = 29.85%

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

#C82364 (or 0xC82364) is known color: Cerise. HEX triplet: C8, 23 and 64. RGB value is (200,35,100). Sum of RGB (Red+Green+Blue) = 200+35+100=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C82364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82364 is #37DC9B. Grayscale: #5B5B5B. Windows color (decimal): -3660956 or 6562760. OLE color: 6562760.

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

Color convert

RGB 200 35 100 -
CMYK 0 0.82 0.5 0.22
HSL 336.36º 0.7% 0.46% -
HSV(B) 336.36º 0.83% 0.78% -
XYZ 26.72 14.4 13.43 -
YUV 91.75 132.66 205.21 -
System Red Green Blue C M Y K H S L
Decimal 200 35 100 0 0.82 0.5 0.22 336.36 0.7 0.46
Hex C8 23 64 0 52 32 16 150 46 2E
Octal 310 43 144 0 122 62 26 520 106 56
Binary 11001000 100011 1100100 0 1010010 110010 10110 101010000 1000110 101110

Color Harmonies of #C82364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82364

Black with #C82364

Text Example


Text Example

White with #C82364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82364; }

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

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

background-color css

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

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

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

border-color css

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

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

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