Html Css Color HEX #CE516C Cabaret

📋 copy color: '#CE516C'

red 206 ◦ green 81 ◦ blue 108

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

Shades of Cabaret #CE516C

Tints of Cabaret #CE516C

RGB

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

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

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

R = 52.15%
G = 20.51%
B = 27.34%

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

#CE516C (or 0xCE516C) is known color: Cabaret. HEX triplet: CE, 51 and 6C. RGB value is (206,81,108). Sum of RGB (Red+Green+Blue) = 206+81+108=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE516C is #31AE93. Grayscale: #797979. Windows color (decimal): -3255956 or 7098830. OLE color: 7098830.

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

Color convert

RGB 206 81 108 -
CMYK 0 0.61 0.48 0.19
HSL 347.04º 0.56% 0.56% -
HSV(B) 347.04º 0.61% 0.81% -
XYZ 31.1 20.09 16.43 -
YUV 121.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 206 81 108 0 0.61 0.48 0.19 347.04 0.56 0.56
Hex CE 51 6C 0 3D 30 13 15B 38 38
Octal 316 121 154 0 75 60 23 533 70 70
Binary 11001110 1010001 1101100 0 111101 110000 10011 101011011 111000 111000

Color Harmonies of #CE516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE516C

Black with #CE516C

Text Example


Text Example

White with #CE516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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