Html Css Color HEX #CE516D Cabaret

📋 copy color: '#CE516D'

red 206 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #CE516D

Tints of Cabaret #CE516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.53%

R = 52.02%
G = 20.45%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE516D (or 0xCE516D) is known color: Cabaret. HEX triplet: CE, 51 and 6D. RGB value is (206,81,109). Sum of RGB (Red+Green+Blue) = 206+81+109=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE516D is #31AE92. Grayscale: #797979. Windows color (decimal): -3255955 or 7164366. OLE color: 7164366.

HSL color Cylindrical-coordinate representation of color #CE516D: hue angle of 346.56º 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 #CE516D is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 81 109 -
CMYK 0 0.61 0.47 0.19
HSL 346.56º 0.56% 0.56% -
HSV(B) 346.56º 0.61% 0.81% -
XYZ 31.16 20.11 16.71 -
YUV 121.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 206 81 109 0 0.61 0.47 0.19 346.56 0.56 0.56
Hex CE 51 6D 0 3D 2F 13 15B 38 38
Octal 316 121 155 0 75 57 23 533 70 70
Binary 11001110 1010001 1101101 0 111101 101111 10011 101011011 111000 111000

Color Harmonies of #CE516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE516D

Black with #CE516D

Text Example


Text Example

White with #CE516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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