Html Css Color HEX #CE5A6E Cabaret

📋 copy color: '#CE5A6E'

red 206 ◦ green 90 ◦ blue 110

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

Shades of Cabaret #CE5A6E

Tints of Cabaret #CE5A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.17%

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

R = 50.74%
G = 22.17%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE5A6E (or 0xCE5A6E) is known color: Cabaret. HEX triplet: CE, 5A and 6E. RGB value is (206,90,110). Sum of RGB (Red+Green+Blue) = 206+90+110=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A6E is #31A591. Grayscale: #7E7E7E. Windows color (decimal): -3253650 or 7232206. OLE color: 7232206.

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

Color convert

RGB 206 90 110 -
CMYK 0 0.56 0.47 0.19
HSL 349.66º 0.54% 0.58% -
HSV(B) 349.66º 0.56% 0.81% -
XYZ 31.92 21.56 17.23 -
YUV 126.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 206 90 110 0 0.56 0.47 0.19 349.66 0.54 0.58
Hex CE 5A 6E 0 38 2F 13 15E 36 3A
Octal 316 132 156 0 70 57 23 536 66 72
Binary 11001110 1011010 1101110 0 111000 101111 10011 101011110 110110 111010

Color Harmonies of #CE5A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A6E

Black with #CE5A6E

Text Example


Text Example

White with #CE5A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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