Html Css Color HEX #CE5A66 Cabaret

📋 copy color: '#CE5A66'

red 206 ◦ green 90 ◦ blue 102

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

Shades of Cabaret #CE5A66

Tints of Cabaret #CE5A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 51.76%
G = 22.61%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5A66 (or 0xCE5A66) is known color: Cabaret. HEX triplet: CE, 5A and 66. RGB value is (206,90,102). Sum of RGB (Red+Green+Blue) = 206+90+102=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A66 is #31A599. Grayscale: #7E7E7E. Windows color (decimal): -3253658 or 6707918. OLE color: 6707918.

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

Color convert

RGB 206 90 102 -
CMYK 0 0.56 0.50 0.19
HSL 353.79º 0.54% 0.58% -
HSV(B) 353.79º 0.56% 0.81% -
XYZ 31.51 21.39 15.04 -
YUV 126.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 206 90 102 0 0.56 0.50 0.19 353.79 0.54 0.58
Hex CE 5A 66 0 38 32 13 162 36 3A
Octal 316 132 146 0 70 62 23 542 66 72
Binary 11001110 1011010 1100110 0 111000 110010 10011 101100010 110110 111010

Color Harmonies of #CE5A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A66

Black with #CE5A66

Text Example


Text Example

White with #CE5A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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