Html Css Color HEX #CE6473 Cabaret

📋 copy color: '#CE6473'

red 206 ◦ green 100 ◦ blue 115

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

Shades of Cabaret #CE6473

Tints of Cabaret #CE6473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 48.93%
G = 23.75%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE6473 (or 0xCE6473) is known color: Cabaret. HEX triplet: CE, 64 and 73. RGB value is (206,100,115). Sum of RGB (Red+Green+Blue) = 206+100+115=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6473 is #319B8C. Grayscale: #858585. Windows color (decimal): -3251085 or 7562446. OLE color: 7562446.

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

Color convert

RGB 206 100 115 -
CMYK 0 0.51 0.44 0.19
HSL 351.51º 0.52% 0.6% -
HSV(B) 351.51º 0.51% 0.81% -
XYZ 33.11 23.47 19.01 -
YUV 133.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 206 100 115 0 0.51 0.44 0.19 351.51 0.52 0.6
Hex CE 64 73 0 33 2C 13 160 34 3C
Octal 316 144 163 0 63 54 23 540 64 74
Binary 11001110 1100100 1110011 0 110011 101100 10011 101100000 110100 111100

Color Harmonies of #CE6473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6473

Black with #CE6473

Text Example


Text Example

White with #CE6473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6473; }

 p { color: rgb(206,100,115); }

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

background-color css

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

 a { background-color: rgb(206,100,115); }

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

border-color css

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

 span { border-color: rgb(206,100,115); }

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