Html Css Color HEX #CE5675 Cabaret

📋 copy color: '#CE5675'

red 206 ◦ green 86 ◦ blue 117

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

Shades of Cabaret #CE5675

Tints of Cabaret #CE5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.03%

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 50.37%
G = 21.03%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE5675 (or 0xCE5675) is known color: Cabaret. HEX triplet: CE, 56 and 75. RGB value is (206,86,117). Sum of RGB (Red+Green+Blue) = 206+86+117=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5675 is #31A98A. Grayscale: #7D7D7D. Windows color (decimal): -3254667 or 7689934. OLE color: 7689934.

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

Color convert

RGB 206 86 117 -
CMYK 0 0.58 0.43 0.19
HSL 344.5º 0.55% 0.57% -
HSV(B) 344.5º 0.58% 0.81% -
XYZ 31.99 21.06 19.21 -
YUV 125.41 123.26 185.48 -
System Red Green Blue C M Y K H S L
Decimal 206 86 117 0 0.58 0.43 0.19 344.5 0.55 0.57
Hex CE 56 75 0 3A 2B 13 158 37 39
Octal 316 126 165 0 72 53 23 530 67 71
Binary 11001110 1010110 1110101 0 111010 101011 10011 101011000 110111 111001

Color Harmonies of #CE5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5675

Black with #CE5675

Text Example


Text Example

White with #CE5675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5675; }

 p { color: rgb(206,86,117); }

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

background-color css

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

 a { background-color: rgb(206,86,117); }

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

border-color css

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

 span { border-color: rgb(206,86,117); }

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