Html Css Color HEX #C8286A Cerise

📋 copy color: '#C8286A'

red 200 ◦ green 40 ◦ blue 106

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

Shades of Cerise #C8286A

Tints of Cerise #C8286A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 57.8%
G = 11.56%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8286A (or 0xC8286A) is known color: Cerise. HEX triplet: C8, 28 and 6A. RGB value is (200,40,106). Sum of RGB (Red+Green+Blue) = 200+40+106=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8286A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8286A is #37D795. Grayscale: #5F5F5F. Windows color (decimal): -3659670 or 6957256. OLE color: 6957256.

HSL color Cylindrical-coordinate representation of color #C8286A: hue angle of 335.25º degrees, saturation: 0.67, 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 #C8286A is Cyan = 0, Magento = 0.8, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 40 106 -
CMYK 0 0.8 0.47 0.22
HSL 335.25º 0.67% 0.47% -
HSV(B) 335.25º 0.8% 0.78% -
XYZ 27.18 14.84 15.07 -
YUV 95.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 200 40 106 0 0.8 0.47 0.22 335.25 0.67 0.47
Hex C8 28 6A 0 50 2F 16 14F 43 2F
Octal 310 50 152 0 120 57 26 517 103 57
Binary 11001000 101000 1101010 0 1010000 101111 10110 101001111 1000011 101111

Color Harmonies of #C8286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8286A

Black with #C8286A

Text Example


Text Example

White with #C8286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8286A; }

 p { color: rgb(200,40,106); }

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

background-color css

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

 a { background-color: rgb(200,40,106); }

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

border-color css

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

 span { border-color: rgb(200,40,106); }

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