Html Css Color HEX #CE5065 Cabaret

📋 copy color: '#CE5065'

red 206 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #CE5065

Tints of Cabaret #CE5065

RGB

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

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

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

R = 53.23%
G = 20.67%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CE5065 (or 0xCE5065) is known color: Cabaret. HEX triplet: CE, 50 and 65. RGB value is (206,80,101). Sum of RGB (Red+Green+Blue) = 206+80+101=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 101 (39.84% from 255 or 26.10% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5065 is #31AF9A. Grayscale: #787878. Windows color (decimal): -3256219 or 6639822. OLE color: 6639822.

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

Color convert

RGB 206 80 101 -
CMYK 0 0.61 0.51 0.19
HSL 350º 0.56% 0.56% -
HSV(B) 350º 0.61% 0.81% -
XYZ 30.67 19.8 14.52 -
YUV 120.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 206 80 101 0 0.61 0.51 0.19 350 0.56 0.56
Hex CE 50 65 0 3D 33 13 15E 38 38
Octal 316 120 145 0 75 63 23 536 70 70
Binary 11001110 1010000 1100101 0 111101 110011 10011 101011110 111000 111000

Color Harmonies of #CE5065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5065

Black with #CE5065

Text Example


Text Example

White with #CE5065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5065; }

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

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

background-color css

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

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

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

border-color css

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

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

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