Html Css Color HEX #CE5C6B Cabaret

📋 copy color: '#CE5C6B'

red 206 ◦ green 92 ◦ blue 107

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

Shades of Cabaret #CE5C6B

Tints of Cabaret #CE5C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 107 (42.19% from 255) = 26.42%

R = 50.86%
G = 22.72%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE5C6B (or 0xCE5C6B) is known color: Cabaret. HEX triplet: CE, 5C and 6B. RGB value is (206,92,107). Sum of RGB (Red+Green+Blue) = 206+92+107=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C6B is #31A394. Grayscale: #7F7F7F. Windows color (decimal): -3253141 or 7036110. OLE color: 7036110.

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

Color convert

RGB 206 92 107 -
CMYK 0 0.55 0.48 0.19
HSL 352.11º 0.54% 0.58% -
HSV(B) 352.11º 0.55% 0.81% -
XYZ 31.93 21.84 16.44 -
YUV 127.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 206 92 107 0 0.55 0.48 0.19 352.11 0.54 0.58
Hex CE 5C 6B 0 37 30 13 160 36 3A
Octal 316 134 153 0 67 60 23 540 66 72
Binary 11001110 1011100 1101011 0 110111 110000 10011 101100000 110110 111010

Color Harmonies of #CE5C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C6B

Black with #CE5C6B

Text Example


Text Example

White with #CE5C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C6B; }

 p { color: rgb(206,92,107); }

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

background-color css

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

 a { background-color: rgb(206,92,107); }

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

border-color css

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

 span { border-color: rgb(206,92,107); }

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