Html Css Color HEX #CE586B Cabaret

📋 copy color: '#CE586B'

red 206 ◦ green 88 ◦ blue 107

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

Shades of Cabaret #CE586B

Tints of Cabaret #CE586B

RGB

 RED value IS 206 (80.86% from 255) = 51.37%

 GREEN value IS 88 (34.77% from 255) = 21.95%

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

R = 51.37%
G = 21.95%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE586B (or 0xCE586B) is known color: Cabaret. HEX triplet: CE, 58 and 6B. RGB value is (206,88,107). Sum of RGB (Red+Green+Blue) = 206+88+107=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE586B is #31A794. Grayscale: #7D7D7D. Windows color (decimal): -3254165 or 7035086. OLE color: 7035086.

HSL color Cylindrical-coordinate representation of color #CE586B: hue angle of 350.34º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE586B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 88 107 -
CMYK 0 0.57 0.48 0.19
HSL 350.34º 0.55% 0.58% -
HSV(B) 350.34º 0.57% 0.81% -
XYZ 31.6 21.16 16.33 -
YUV 125.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 206 88 107 0 0.57 0.48 0.19 350.34 0.55 0.58
Hex CE 58 6B 0 39 30 13 15E 37 3A
Octal 316 130 153 0 71 60 23 536 67 72
Binary 11001110 1011000 1101011 0 111001 110000 10011 101011110 110111 111010

Color Harmonies of #CE586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE586B

Black with #CE586B

Text Example


Text Example

White with #CE586B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE586B; }

 p { color: rgb(206,88,107); }

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

background-color css

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

 a { background-color: rgb(206,88,107); }

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

border-color css

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

 span { border-color: rgb(206,88,107); }

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