Html Css Color HEX #C6286C Cerise

📋 copy color: '#C6286C'

red 198 ◦ green 40 ◦ blue 108

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

Shades of Cerise #C6286C

Tints of Cerise #C6286C

RGB

 RED value IS 198 (77.73% from 255) = 57.23%

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

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

R = 57.23%
G = 11.56%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6286C (or 0xC6286C) is known color: Cerise. HEX triplet: C6, 28 and 6C. RGB value is (198,40,108). Sum of RGB (Red+Green+Blue) = 198+40+108=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C6286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6286C is #39D793. Grayscale: #5E5E5E. Windows color (decimal): -3790740 or 7088326. OLE color: 7088326.

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

Color convert

RGB 198 40 108 -
CMYK 0 0.80 0.45 0.22
HSL 334.18º 0.66% 0.47% -
HSV(B) 334.18º 0.8% 0.78% -
XYZ 26.75 14.61 15.6 -
YUV 94.99 135.35 201.47 -
System Red Green Blue C M Y K H S L
Decimal 198 40 108 0 0.80 0.45 0.22 334.18 0.66 0.47
Hex C6 28 6C 0 50 2D 16 14E 42 2F
Octal 306 50 154 0 120 55 26 516 102 57
Binary 11000110 101000 1101100 0 1010000 101101 10110 101001110 1000010 101111

Color Harmonies of #C6286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6286C

Black with #C6286C

Text Example


Text Example

White with #C6286C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6286C; }

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

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

background-color css

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

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

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

border-color css

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

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

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