Html Css Color HEX #CE5068 Cabaret

📋 copy color: '#CE5068'

red 206 ◦ green 80 ◦ blue 104

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

Shades of Cabaret #CE5068

Tints of Cabaret #CE5068

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 104 (41.02% from 255) = 26.67%

R = 52.82%
G = 20.51%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5068 (or 0xCE5068) is known color: Cabaret. HEX triplet: CE, 50 and 68. RGB value is (206,80,104). Sum of RGB (Red+Green+Blue) = 206+80+104=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5068 is #31AF97. Grayscale: #787878. Windows color (decimal): -3256216 or 6836430. OLE color: 6836430.

HSL color Cylindrical-coordinate representation of color #CE5068: hue angle of 348.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5068 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 80 104 -
CMYK 0 0.61 0.50 0.19
HSL 348.57º 0.56% 0.56% -
HSV(B) 348.57º 0.61% 0.81% -
XYZ 30.82 19.86 15.31 -
YUV 120.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 206 80 104 0 0.61 0.50 0.19 348.57 0.56 0.56
Hex CE 50 68 0 3D 32 13 15D 38 38
Octal 316 120 150 0 75 62 23 535 70 70
Binary 11001110 1010000 1101000 0 111101 110010 10011 101011101 111000 111000

Color Harmonies of #CE5068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5068

Black with #CE5068

Text Example


Text Example

White with #CE5068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5068; }

 p { color: rgb(206,80,104); }

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

background-color css

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

 a { background-color: rgb(206,80,104); }

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

border-color css

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

 span { border-color: rgb(206,80,104); }

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