Html Css Color HEX #C82468 Cerise

📋 copy color: '#C82468'

red 200 ◦ green 36 ◦ blue 104

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

Shades of Cerise #C82468

Tints of Cerise #C82468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 58.82%
G = 10.59%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C82468 (or 0xC82468) is known color: Cerise. HEX triplet: C8, 24 and 68. RGB value is (200,36,104). Sum of RGB (Red+Green+Blue) = 200+36+104=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C82468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82468 is #37DB97. Grayscale: #5C5C5C. Windows color (decimal): -3660696 or 6825160. OLE color: 6825160.

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

Color convert

RGB 200 36 104 -
CMYK 0 0.82 0.48 0.22
HSL 335.12º 0.69% 0.46% -
HSV(B) 335.12º 0.82% 0.78% -
XYZ 26.95 14.54 14.48 -
YUV 92.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 200 36 104 0 0.82 0.48 0.22 335.12 0.69 0.46
Hex C8 24 68 0 52 30 16 14F 45 2E
Octal 310 44 150 0 122 60 26 517 105 56
Binary 11001000 100100 1101000 0 1010010 110000 10110 101001111 1000101 101110

Color Harmonies of #C82468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82468

Black with #C82468

Text Example


Text Example

White with #C82468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82468; }

 p { color: rgb(200,36,104); }

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

background-color css

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

 a { background-color: rgb(200,36,104); }

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

border-color css

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

 span { border-color: rgb(200,36,104); }

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