Html Css Color HEX #CE6475 Cabaret

📋 copy color: '#CE6475'

red 206 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #CE6475

Tints of Cabaret #CE6475

RGB

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

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

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

R = 48.7%
G = 23.64%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE6475 (or 0xCE6475) is known color: Cabaret. HEX triplet: CE, 64 and 75. RGB value is (206,100,117). Sum of RGB (Red+Green+Blue) = 206+100+117=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6475 is #319B8A. Grayscale: #858585. Windows color (decimal): -3251083 or 7693518. OLE color: 7693518.

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

Color convert

RGB 206 100 117 -
CMYK 0 0.51 0.43 0.19
HSL 350.38º 0.52% 0.6% -
HSV(B) 350.38º 0.51% 0.81% -
XYZ 33.22 23.52 19.62 -
YUV 133.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 206 100 117 0 0.51 0.43 0.19 350.38 0.52 0.6
Hex CE 64 75 0 33 2B 13 15E 34 3C
Octal 316 144 165 0 63 53 23 536 64 74
Binary 11001110 1100100 1110101 0 110011 101011 10011 101011110 110100 111100

Color Harmonies of #CE6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6475

Black with #CE6475

Text Example


Text Example

White with #CE6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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