Html Css Color HEX #C5286D Cerise

📋 copy color: '#C5286D'

red 197 ◦ green 40 ◦ blue 109

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

Shades of Cerise #C5286D

Tints of Cerise #C5286D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 56.94%
G = 11.56%
B = 31.5%

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

#C5286D (or 0xC5286D) is known color: Cerise. HEX triplet: C5, 28 and 6D. RGB value is (197,40,109). Sum of RGB (Red+Green+Blue) = 197+40+109=346 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.94% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 197 - color contains mainly: red. Hex color #C5286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5286D is #3AD792. Grayscale: #5E5E5E. Windows color (decimal): -3856275 or 7153861. OLE color: 7153861.

HSL color Cylindrical-coordinate representation of color #C5286D: hue angle of 333.63º 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 #C5286D is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 109 -
CMYK 0 0.80 0.45 0.23
HSL 333.63º 0.66% 0.46% -
HSV(B) 333.63º 0.8% 0.77% -
XYZ 26.55 14.49 15.87 -
YUV 94.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 197 40 109 0 0.80 0.45 0.23 333.63 0.66 0.46
Hex C5 28 6D 0 50 2D 17 14E 42 2E
Octal 305 50 155 0 120 55 27 516 102 56
Binary 11000101 101000 1101101 0 1010000 101101 10111 101001110 1000010 101110

Color Harmonies of #C5286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5286D

Black with #C5286D

Text Example


Text Example

White with #C5286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5286D; }

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

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

background-color css

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

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

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

border-color css

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

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

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