Html Css Color HEX #CE5D6B Cabaret

📋 copy color: '#CE5D6B'

red 206 ◦ green 93 ◦ blue 107

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

Shades of Cabaret #CE5D6B

Tints of Cabaret #CE5D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.91%

 BLUE value IS 107 (42.19% from 255) = 26.35%

R = 50.74%
G = 22.91%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE5D6B (or 0xCE5D6B) is known color: Cabaret. HEX triplet: CE, 5D and 6B. RGB value is (206,93,107). Sum of RGB (Red+Green+Blue) = 206+93+107=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D6B is #31A294. Grayscale: #808080. Windows color (decimal): -3252885 or 7036366. OLE color: 7036366.

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

Color convert

RGB 206 93 107 -
CMYK 0 0.55 0.48 0.19
HSL 352.57º 0.54% 0.59% -
HSV(B) 352.57º 0.55% 0.81% -
XYZ 32.02 22.01 16.47 -
YUV 128.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 206 93 107 0 0.55 0.48 0.19 352.57 0.54 0.59
Hex CE 5D 6B 0 37 30 13 161 36 3B
Octal 316 135 153 0 67 60 23 541 66 73
Binary 11001110 1011101 1101011 0 110111 110000 10011 101100001 110110 111011

Color Harmonies of #CE5D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5D6B

Black with #CE5D6B

Text Example


Text Example

White with #CE5D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5D6B; }

 p { color: rgb(206,93,107); }

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

background-color css

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

 a { background-color: rgb(206,93,107); }

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

border-color css

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

 span { border-color: rgb(206,93,107); }

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