Html Css Color HEX #C5286C Cerise

📋 copy color: '#C5286C'

red 197 ◦ green 40 ◦ blue 108

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

Shades of Cerise #C5286C

Tints of Cerise #C5286C

RGB

 RED value IS 197 (77.34% from 255) = 57.1%

 GREEN value IS 40 (16.02% from 255) = 11.59%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 57.1%
G = 11.59%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5286C (or 0xC5286C) is known color: Cerise. HEX triplet: C5, 28 and 6C. RGB value is (197,40,108). Sum of RGB (Red+Green+Blue) = 197+40+108=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C5286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5286C is #3AD793. Grayscale: #5E5E5E. Windows color (decimal): -3856276 or 7088325. OLE color: 7088325.

HSL color Cylindrical-coordinate representation of color #C5286C: hue angle of 334.01º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5286C is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 108 -
CMYK 0 0.80 0.45 0.23
HSL 334.01º 0.66% 0.46% -
HSV(B) 334.01º 0.8% 0.77% -
XYZ 26.49 14.47 15.58 -
YUV 94.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 197 40 108 0 0.80 0.45 0.23 334.01 0.66 0.46
Hex C5 28 6C 0 50 2D 17 14E 42 2E
Octal 305 50 154 0 120 55 27 516 102 56
Binary 11000101 101000 1101100 0 1010000 101101 10111 101001110 1000010 101110

Color Harmonies of #C5286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5286C

Black with #C5286C

Text Example


Text Example

White with #C5286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5286C; }

 p { color: rgb(197,40,108); }

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

background-color css

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

 a { background-color: rgb(197,40,108); }

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

border-color css

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

 span { border-color: rgb(197,40,108); }

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