Html Css Color HEX #CE516A Cabaret

📋 copy color: '#CE516A'

red 206 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #CE516A

Tints of Cabaret #CE516A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.97%

R = 52.42%
G = 20.61%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE516A (or 0xCE516A) is known color: Cabaret. HEX triplet: CE, 51 and 6A. RGB value is (206,81,106). Sum of RGB (Red+Green+Blue) = 206+81+106=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE516A is #31AE95. Grayscale: #797979. Windows color (decimal): -3255958 or 6967758. OLE color: 6967758.

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

Color convert

RGB 206 81 106 -
CMYK 0 0.61 0.49 0.19
HSL 348º 0.56% 0.56% -
HSV(B) 348º 0.61% 0.81% -
XYZ 31 20.05 15.87 -
YUV 121.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 206 81 106 0 0.61 0.49 0.19 348 0.56 0.56
Hex CE 51 6A 0 3D 31 13 15C 38 38
Octal 316 121 152 0 75 61 23 534 70 70
Binary 11001110 1010001 1101010 0 111101 110001 10011 101011100 111000 111000

Color Harmonies of #CE516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE516A

Black with #CE516A

Text Example


Text Example

White with #CE516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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