Html Css Color HEX #CE5C6C Cabaret

📋 copy color: '#CE5C6C'

red 206 ◦ green 92 ◦ blue 108

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

Shades of Cabaret #CE5C6C

Tints of Cabaret #CE5C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.66%

 BLUE value IS 108 (42.58% from 255) = 26.6%

R = 50.74%
G = 22.66%
B = 26.6%

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

#CE5C6C (or 0xCE5C6C) is known color: Cabaret. HEX triplet: CE, 5C and 6C. RGB value is (206,92,108). Sum of RGB (Red+Green+Blue) = 206+92+108=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C6C is #31A393. Grayscale: #7F7F7F. Windows color (decimal): -3253140 or 7101646. OLE color: 7101646.

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

Color convert

RGB 206 92 108 -
CMYK 0 0.55 0.48 0.19
HSL 351.58º 0.54% 0.58% -
HSV(B) 351.58º 0.55% 0.81% -
XYZ 31.99 21.86 16.72 -
YUV 127.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 206 92 108 0 0.55 0.48 0.19 351.58 0.54 0.58
Hex CE 5C 6C 0 37 30 13 160 36 3A
Octal 316 134 154 0 67 60 23 540 66 72
Binary 11001110 1011100 1101100 0 110111 110000 10011 101100000 110110 111010

Color Harmonies of #CE5C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C6C

Black with #CE5C6C

Text Example


Text Example

White with #CE5C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C6C; }

 p { color: rgb(206,92,108); }

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

background-color css

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

 a { background-color: rgb(206,92,108); }

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

border-color css

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

 span { border-color: rgb(206,92,108); }

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