Html Css Color HEX #CE6174 Cabaret

📋 copy color: '#CE6174'

red 206 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #CE6174

Tints of Cabaret #CE6174

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 49.16%
G = 23.15%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6174 (or 0xCE6174) is known color: Cabaret. HEX triplet: CE, 61 and 74. RGB value is (206,97,116). Sum of RGB (Red+Green+Blue) = 206+97+116=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6174 is #319E8B. Grayscale: #838383. Windows color (decimal): -3251852 or 7627214. OLE color: 7627214.

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

Color convert

RGB 206 97 116 -
CMYK 0 0.53 0.44 0.19
HSL 349.54º 0.53% 0.59% -
HSV(B) 349.54º 0.53% 0.81% -
XYZ 32.88 22.93 19.22 -
YUV 131.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 206 97 116 0 0.53 0.44 0.19 349.54 0.53 0.59
Hex CE 61 74 0 35 2C 13 15E 35 3B
Octal 316 141 164 0 65 54 23 536 65 73
Binary 11001110 1100001 1110100 0 110101 101100 10011 101011110 110101 111011

Color Harmonies of #CE6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6174

Black with #CE6174

Text Example


Text Example

White with #CE6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6174; }

 p { color: rgb(206,97,116); }

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

background-color css

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

 a { background-color: rgb(206,97,116); }

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

border-color css

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

 span { border-color: rgb(206,97,116); }

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