Html Css Color HEX #CE5F68 Cabaret

📋 copy color: '#CE5F68'

red 206 ◦ green 95 ◦ blue 104

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

Shades of Cabaret #CE5F68

Tints of Cabaret #CE5F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.46%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 50.86%
G = 23.46%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CE5F68 (or 0xCE5F68) is known color: Cabaret. HEX triplet: CE, 5F and 68. RGB value is (206,95,104). Sum of RGB (Red+Green+Blue) = 206+95+104=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5F68 is #31A097. Grayscale: #818181. Windows color (decimal): -3252376 or 6840270. OLE color: 6840270.

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

Color convert

RGB 206 95 104 -
CMYK 0 0.54 0.50 0.19
HSL 355.14º 0.53% 0.59% -
HSV(B) 355.14º 0.54% 0.81% -
XYZ 32.04 22.31 15.71 -
YUV 129.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 206 95 104 0 0.54 0.50 0.19 355.14 0.53 0.59
Hex CE 5F 68 0 36 32 13 163 35 3B
Octal 316 137 150 0 66 62 23 543 65 73
Binary 11001110 1011111 1101000 0 110110 110010 10011 101100011 110101 111011

Color Harmonies of #CE5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5F68

Black with #CE5F68

Text Example


Text Example

White with #CE5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5F68; }

 p { color: rgb(206,95,104); }

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

background-color css

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

 a { background-color: rgb(206,95,104); }

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

border-color css

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

 span { border-color: rgb(206,95,104); }

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