Html Css Color HEX #CE5E6A Cabaret

📋 copy color: '#CE5E6A'

red 206 ◦ green 94 ◦ blue 106

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

Shades of Cabaret #CE5E6A

Tints of Cabaret #CE5E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.15%

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

R = 50.74%
G = 23.15%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE5E6A (or 0xCE5E6A) is known color: Cabaret. HEX triplet: CE, 5E and 6A. RGB value is (206,94,106). Sum of RGB (Red+Green+Blue) = 206+94+106=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E6A is #31A195. Grayscale: #808080. Windows color (decimal): -3252630 or 6971086. OLE color: 6971086.

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

Color convert

RGB 206 94 106 -
CMYK 0 0.54 0.49 0.19
HSL 353.57º 0.53% 0.59% -
HSV(B) 353.57º 0.54% 0.81% -
XYZ 32.06 22.17 16.22 -
YUV 128.86 115.11 183.02 -
System Red Green Blue C M Y K H S L
Decimal 206 94 106 0 0.54 0.49 0.19 353.57 0.53 0.59
Hex CE 5E 6A 0 36 31 13 162 35 3B
Octal 316 136 152 0 66 61 23 542 65 73
Binary 11001110 1011110 1101010 0 110110 110001 10011 101100010 110101 111011

Color Harmonies of #CE5E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5E6A

Black with #CE5E6A

Text Example


Text Example

White with #CE5E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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