Html Css Color HEX #CE5069 Cabaret

📋 copy color: '#CE5069'

red 206 ◦ green 80 ◦ blue 105

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

Shades of Cabaret #CE5069

Tints of Cabaret #CE5069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.85%

R = 52.69%
G = 20.46%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE5069 (or 0xCE5069) is known color: Cabaret. HEX triplet: CE, 50 and 69. RGB value is (206,80,105). Sum of RGB (Red+Green+Blue) = 206+80+105=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5069 is #31AF96. Grayscale: #787878. Windows color (decimal): -3256215 or 6901966. OLE color: 6901966.

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

Color convert

RGB 206 80 105 -
CMYK 0 0.61 0.49 0.19
HSL 348.1º 0.56% 0.56% -
HSV(B) 348.1º 0.61% 0.81% -
XYZ 30.87 19.88 15.57 -
YUV 120.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 206 80 105 0 0.61 0.49 0.19 348.1 0.56 0.56
Hex CE 50 69 0 3D 31 13 15C 38 38
Octal 316 120 151 0 75 61 23 534 70 70
Binary 11001110 1010000 1101001 0 111101 110001 10011 101011100 111000 111000

Color Harmonies of #CE5069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5069

Black with #CE5069

Text Example


Text Example

White with #CE5069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5069; }

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

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

background-color css

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

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

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

border-color css

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

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

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