Html Css Color HEX #CE6172 Cabaret

📋 copy color: '#CE6172'

red 206 ◦ green 97 ◦ blue 114

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

Shades of Cabaret #CE6172

Tints of Cabaret #CE6172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 49.4%
G = 23.26%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE6172 (or 0xCE6172) is known color: Cabaret. HEX triplet: CE, 61 and 72. RGB value is (206,97,114). Sum of RGB (Red+Green+Blue) = 206+97+114=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6172 is #319E8D. Grayscale: #838383. Windows color (decimal): -3251854 or 7496142. OLE color: 7496142.

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

Color convert

RGB 206 97 114 -
CMYK 0 0.53 0.45 0.19
HSL 350.64º 0.53% 0.59% -
HSV(B) 350.64º 0.53% 0.81% -
XYZ 32.77 22.89 18.61 -
YUV 131.53 118.11 181.12 -
System Red Green Blue C M Y K H S L
Decimal 206 97 114 0 0.53 0.45 0.19 350.64 0.53 0.59
Hex CE 61 72 0 35 2D 13 15F 35 3B
Octal 316 141 162 0 65 55 23 537 65 73
Binary 11001110 1100001 1110010 0 110101 101101 10011 101011111 110101 111011

Color Harmonies of #CE6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6172

Black with #CE6172

Text Example


Text Example

White with #CE6172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6172; }

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

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

background-color css

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

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

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

border-color css

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

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

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