Html Css Color HEX #C82962 Cerise

📋 copy color: '#C82962'

red 200 ◦ green 41 ◦ blue 98

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

Shades of Cerise #C82962

Tints of Cerise #C82962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.09%

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 59%
G = 12.09%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C82962 (or 0xC82962) is known color: Cerise. HEX triplet: C8, 29 and 62. RGB value is (200,41,98). Sum of RGB (Red+Green+Blue) = 200+41+98=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C82962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82962 is #37D69D. Grayscale: #5E5E5E. Windows color (decimal): -3659422 or 6433224. OLE color: 6433224.

HSL color Cylindrical-coordinate representation of color #C82962: hue angle of 338.49º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82962 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 41 98 -
CMYK 0 0.80 0.51 0.22
HSL 338.49º 0.66% 0.47% -
HSV(B) 338.49º 0.8% 0.78% -
XYZ 26.82 14.75 12.99 -
YUV 95.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 200 41 98 0 0.80 0.51 0.22 338.49 0.66 0.47
Hex C8 29 62 0 50 33 16 152 42 2F
Octal 310 51 142 0 120 63 26 522 102 57
Binary 11001000 101001 1100010 0 1010000 110011 10110 101010010 1000010 101111

Color Harmonies of #C82962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82962

Black with #C82962

Text Example


Text Example

White with #C82962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82962; }

 p { color: rgb(200,41,98); }

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

background-color css

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

 a { background-color: rgb(200,41,98); }

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

border-color css

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

 span { border-color: rgb(200,41,98); }

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