Html Css Color HEX #CE5A6D Cabaret

📋 copy color: '#CE5A6D'

red 206 ◦ green 90 ◦ blue 109

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

Shades of Cabaret #CE5A6D

Tints of Cabaret #CE5A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 50.86%
G = 22.22%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE5A6D (or 0xCE5A6D) is known color: Cabaret. HEX triplet: CE, 5A and 6D. RGB value is (206,90,109). Sum of RGB (Red+Green+Blue) = 206+90+109=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A6D is #31A592. Grayscale: #7E7E7E. Windows color (decimal): -3253651 or 7166670. OLE color: 7166670.

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

Color convert

RGB 206 90 109 -
CMYK 0 0.56 0.47 0.19
HSL 350.17º 0.54% 0.58% -
HSV(B) 350.17º 0.56% 0.81% -
XYZ 31.87 21.54 16.95 -
YUV 126.85 117.93 184.46 -
System Red Green Blue C M Y K H S L
Decimal 206 90 109 0 0.56 0.47 0.19 350.17 0.54 0.58
Hex CE 5A 6D 0 38 2F 13 15E 36 3A
Octal 316 132 155 0 70 57 23 536 66 72
Binary 11001110 1011010 1101101 0 111000 101111 10011 101011110 110110 111010

Color Harmonies of #CE5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A6D

Black with #CE5A6D

Text Example


Text Example

White with #CE5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A6D; }

 p { color: rgb(206,90,109); }

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

background-color css

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

 a { background-color: rgb(206,90,109); }

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

border-color css

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

 span { border-color: rgb(206,90,109); }

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