Html Css Color HEX #C6286B Cerise

📋 copy color: '#C6286B'

red 198 ◦ green 40 ◦ blue 107

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

Shades of Cerise #C6286B

Tints of Cerise #C6286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 57.39%
G = 11.59%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C6286B (or 0xC6286B) is known color: Cerise. HEX triplet: C6, 28 and 6B. RGB value is (198,40,107). Sum of RGB (Red+Green+Blue) = 198+40+107=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6286B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6286B is #39D794. Grayscale: #5E5E5E. Windows color (decimal): -3790741 or 7022790. OLE color: 7022790.

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

Color convert

RGB 198 40 107 -
CMYK 0 0.80 0.46 0.22
HSL 334.56º 0.66% 0.47% -
HSV(B) 334.56º 0.8% 0.78% -
XYZ 26.7 14.58 15.32 -
YUV 94.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 198 40 107 0 0.80 0.46 0.22 334.56 0.66 0.47
Hex C6 28 6B 0 50 2E 16 14F 42 2F
Octal 306 50 153 0 120 56 26 517 102 57
Binary 11000110 101000 1101011 0 1010000 101110 10110 101001111 1000010 101111

Color Harmonies of #C6286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6286B

Black with #C6286B

Text Example


Text Example

White with #C6286B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6286B; }

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

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

background-color css

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

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

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

border-color css

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

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

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