Html Css Color HEX #CE556E Cabaret

📋 copy color: '#CE556E'

red 206 ◦ green 85 ◦ blue 110

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

Shades of Cabaret #CE556E

Tints of Cabaret #CE556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 51.37%
G = 21.2%
B = 27.43%

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

#CE556E (or 0xCE556E) is known color: Cabaret. HEX triplet: CE, 55 and 6E. RGB value is (206,85,110). Sum of RGB (Red+Green+Blue) = 206+85+110=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE556E is #31AA91. Grayscale: #7C7C7C. Windows color (decimal): -3254930 or 7230926. OLE color: 7230926.

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

Color convert

RGB 206 85 110 -
CMYK 0 0.59 0.47 0.19
HSL 347.6º 0.55% 0.57% -
HSV(B) 347.6º 0.59% 0.81% -
XYZ 31.52 20.74 17.09 -
YUV 124.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 206 85 110 0 0.59 0.47 0.19 347.6 0.55 0.57
Hex CE 55 6E 0 3B 2F 13 15C 37 39
Octal 316 125 156 0 73 57 23 534 67 71
Binary 11001110 1010101 1101110 0 111011 101111 10011 101011100 110111 111001

Color Harmonies of #CE556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE556E

Black with #CE556E

Text Example


Text Example

White with #CE556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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