Html Css Color HEX #CE556D Cabaret

📋 copy color: '#CE556D'

red 206 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #CE556D

Tints of Cabaret #CE556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.25%

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

R = 51.5%
G = 21.25%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE556D (or 0xCE556D) is known color: Cabaret. HEX triplet: CE, 55 and 6D. RGB value is (206,85,109). Sum of RGB (Red+Green+Blue) = 206+85+109=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE556D is #31AA92. Grayscale: #7B7B7B. Windows color (decimal): -3254931 or 7165390. OLE color: 7165390.

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

Color convert

RGB 206 85 109 -
CMYK 0 0.59 0.47 0.19
HSL 348.1º 0.55% 0.57% -
HSV(B) 348.1º 0.59% 0.81% -
XYZ 31.46 20.72 16.81 -
YUV 123.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 206 85 109 0 0.59 0.47 0.19 348.1 0.55 0.57
Hex CE 55 6D 0 3B 2F 13 15C 37 39
Octal 316 125 155 0 73 57 23 534 67 71
Binary 11001110 1010101 1101101 0 111011 101111 10011 101011100 110111 111001

Color Harmonies of #CE556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE556D

Black with #CE556D

Text Example


Text Example

White with #CE556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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