Html Css Color HEX #CE5665 Cabaret

📋 copy color: '#CE5665'

red 206 ◦ green 86 ◦ blue 101

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

Shades of Cabaret #CE5665

Tints of Cabaret #CE5665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.88%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 52.42%
G = 21.88%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5665 (or 0xCE5665) is known color: Cabaret. HEX triplet: CE, 56 and 65. RGB value is (206,86,101). Sum of RGB (Red+Green+Blue) = 206+86+101=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5665 is #31A99A. Grayscale: #7B7B7B. Windows color (decimal): -3254683 or 6641358. OLE color: 6641358.

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

Color convert

RGB 206 86 101 -
CMYK 0 0.58 0.51 0.19
HSL 352.5º 0.55% 0.57% -
HSV(B) 352.5º 0.58% 0.81% -
XYZ 31.13 20.72 14.67 -
YUV 123.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 206 86 101 0 0.58 0.51 0.19 352.5 0.55 0.57
Hex CE 56 65 0 3A 33 13 160 37 39
Octal 316 126 145 0 72 63 23 540 67 71
Binary 11001110 1010110 1100101 0 111010 110011 10011 101100000 110111 111001

Color Harmonies of #CE5665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5665

Black with #CE5665

Text Example


Text Example

White with #CE5665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5665; }

 p { color: rgb(206,86,101); }

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

background-color css

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

 a { background-color: rgb(206,86,101); }

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

border-color css

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

 span { border-color: rgb(206,86,101); }

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