Html Css Color HEX #CE6175 Cabaret

📋 copy color: '#CE6175'

red 206 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #CE6175

Tints of Cabaret #CE6175

RGB

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

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

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

R = 49.05%
G = 23.1%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6175 (or 0xCE6175) is known color: Cabaret. HEX triplet: CE, 61 and 75. RGB value is (206,97,117). Sum of RGB (Red+Green+Blue) = 206+97+117=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6175 is #319E8A. Grayscale: #838383. Windows color (decimal): -3251851 or 7692750. OLE color: 7692750.

HSL color Cylindrical-coordinate representation of color #CE6175: hue angle of 348.99º 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 #CE6175 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 97 117 -
CMYK 0 0.53 0.43 0.19
HSL 348.99º 0.53% 0.59% -
HSV(B) 348.99º 0.53% 0.81% -
XYZ 32.94 22.96 19.52 -
YUV 131.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 206 97 117 0 0.53 0.43 0.19 348.99 0.53 0.59
Hex CE 61 75 0 35 2B 13 15D 35 3B
Octal 316 141 165 0 65 53 23 535 65 73
Binary 11001110 1100001 1110101 0 110101 101011 10011 101011101 110101 111011

Color Harmonies of #CE6175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6175

Black with #CE6175

Text Example


Text Example

White with #CE6175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6175; }

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

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

background-color css

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

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

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

border-color css

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

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

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