Html Css Color HEX #CE596E Cabaret

📋 copy color: '#CE596E'

red 206 ◦ green 89 ◦ blue 110

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

Shades of Cabaret #CE596E

Tints of Cabaret #CE596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.98%

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

R = 50.86%
G = 21.98%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE596E (or 0xCE596E) is known color: Cabaret. HEX triplet: CE, 59 and 6E. RGB value is (206,89,110). Sum of RGB (Red+Green+Blue) = 206+89+110=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE596E is #31A691. Grayscale: #7E7E7E. Windows color (decimal): -3253906 or 7231950. OLE color: 7231950.

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

Color convert

RGB 206 89 110 -
CMYK 0 0.57 0.47 0.19
HSL 349.23º 0.54% 0.58% -
HSV(B) 349.23º 0.57% 0.81% -
XYZ 31.84 21.39 17.2 -
YUV 126.38 118.76 184.79 -
System Red Green Blue C M Y K H S L
Decimal 206 89 110 0 0.57 0.47 0.19 349.23 0.54 0.58
Hex CE 59 6E 0 39 2F 13 15D 36 3A
Octal 316 131 156 0 71 57 23 535 66 72
Binary 11001110 1011001 1101110 0 111001 101111 10011 101011101 110110 111010

Color Harmonies of #CE596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE596E

Black with #CE596E

Text Example


Text Example

White with #CE596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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