Html Css Color HEX #CE5678 Cabaret

📋 copy color: '#CE5678'

red 206 ◦ green 86 ◦ blue 120

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

Shades of Cabaret #CE5678

Tints of Cabaret #CE5678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 50%
G = 20.87%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CE5678 (or 0xCE5678) is known color: Cabaret. HEX triplet: CE, 56 and 78. RGB value is (206,86,120). Sum of RGB (Red+Green+Blue) = 206+86+120=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5678 is #31A987. Grayscale: #7D7D7D. Windows color (decimal): -3254664 or 7886542. OLE color: 7886542.

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

Color convert

RGB 206 86 120 -
CMYK 0 0.58 0.42 0.19
HSL 343º 0.55% 0.57% -
HSV(B) 343º 0.58% 0.81% -
XYZ 32.17 21.13 20.15 -
YUV 125.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 206 86 120 0 0.58 0.42 0.19 343 0.55 0.57
Hex CE 56 78 0 3A 2A 13 157 37 39
Octal 316 126 170 0 72 52 23 527 67 71
Binary 11001110 1010110 1111000 0 111010 101010 10011 101010111 110111 111001

Color Harmonies of #CE5678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5678

Black with #CE5678

Text Example


Text Example

White with #CE5678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5678; }

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

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

background-color css

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

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

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

border-color css

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

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

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