Html Css Color HEX #CE516B Cabaret

📋 copy color: '#CE516B'

red 206 ◦ green 81 ◦ blue 107

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

Shades of Cabaret #CE516B

Tints of Cabaret #CE516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.56%

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

R = 52.28%
G = 20.56%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE516B (or 0xCE516B) is known color: Cabaret. HEX triplet: CE, 51 and 6B. RGB value is (206,81,107). Sum of RGB (Red+Green+Blue) = 206+81+107=394 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.28% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 206 - color contains mainly: red. Hex color #CE516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE516B is #31AE94. Grayscale: #797979. Windows color (decimal): -3255957 or 7033294. OLE color: 7033294.

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

Color convert

RGB 206 81 107 -
CMYK 0 0.61 0.48 0.19
HSL 347.52º 0.56% 0.56% -
HSV(B) 347.52º 0.61% 0.81% -
XYZ 31.05 20.07 16.15 -
YUV 121.34 119.91 188.39 -
System Red Green Blue C M Y K H S L
Decimal 206 81 107 0 0.61 0.48 0.19 347.52 0.56 0.56
Hex CE 51 6B 0 3D 30 13 15C 38 38
Octal 316 121 153 0 75 60 23 534 70 70
Binary 11001110 1010001 1101011 0 111101 110000 10011 101011100 111000 111000

Color Harmonies of #CE516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE516B

Black with #CE516B

Text Example


Text Example

White with #CE516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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