Html Css Color HEX #CE5B73 Cabaret

📋 copy color: '#CE5B73'

red 206 ◦ green 91 ◦ blue 115

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

Shades of Cabaret #CE5B73

Tints of Cabaret #CE5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 50%
G = 22.09%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE5B73 (or 0xCE5B73) is known color: Cabaret. HEX triplet: CE, 5B and 73. RGB value is (206,91,115). Sum of RGB (Red+Green+Blue) = 206+91+115=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B73 is #31A48C. Grayscale: #808080. Windows color (decimal): -3253389 or 7560142. OLE color: 7560142.

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

Color convert

RGB 206 91 115 -
CMYK 0 0.56 0.44 0.19
HSL 347.48º 0.54% 0.58% -
HSV(B) 347.48º 0.56% 0.81% -
XYZ 32.29 21.84 18.73 -
YUV 128.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 206 91 115 0 0.56 0.44 0.19 347.48 0.54 0.58
Hex CE 5B 73 0 38 2C 13 15B 36 3A
Octal 316 133 163 0 70 54 23 533 66 72
Binary 11001110 1011011 1110011 0 111000 101100 10011 101011011 110110 111010

Color Harmonies of #CE5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B73

Black with #CE5B73

Text Example


Text Example

White with #CE5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B73; }

 p { color: rgb(206,91,115); }

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

background-color css

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

 a { background-color: rgb(206,91,115); }

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

border-color css

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

 span { border-color: rgb(206,91,115); }

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