Html Css Color HEX #CE5165 Cabaret

📋 copy color: '#CE5165'

red 206 ◦ green 81 ◦ blue 101

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

Shades of Cabaret #CE5165

Tints of Cabaret #CE5165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.88%

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

R = 53.09%
G = 20.88%
B = 26.03%

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

#CE5165 (or 0xCE5165) is known color: Cabaret. HEX triplet: CE, 51 and 65. RGB value is (206,81,101). Sum of RGB (Red+Green+Blue) = 206+81+101=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5165 is #31AE9A. Grayscale: #787878. Windows color (decimal): -3255963 or 6640078. OLE color: 6640078.

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

Color convert

RGB 206 81 101 -
CMYK 0 0.61 0.51 0.19
HSL 350.4º 0.56% 0.56% -
HSV(B) 350.4º 0.61% 0.81% -
XYZ 30.74 19.95 14.54 -
YUV 120.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 206 81 101 0 0.61 0.51 0.19 350.4 0.56 0.56
Hex CE 51 65 0 3D 33 13 15E 38 38
Octal 316 121 145 0 75 63 23 536 70 70
Binary 11001110 1010001 1100101 0 111101 110011 10011 101011110 111000 111000

Color Harmonies of #CE5165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5165

Black with #CE5165

Text Example


Text Example

White with #CE5165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5165; }

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

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

background-color css

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

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

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

border-color css

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

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

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