Html Css Color HEX #CE6476 Cabaret

📋 copy color: '#CE6476'

red 206 ◦ green 100 ◦ blue 118

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

Shades of Cabaret #CE6476

Tints of Cabaret #CE6476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.83%

R = 48.58%
G = 23.58%
B = 27.83%

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

#CE6476 (or 0xCE6476) is known color: Cabaret. HEX triplet: CE, 64 and 76. RGB value is (206,100,118). Sum of RGB (Red+Green+Blue) = 206+100+118=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6476 is #319B89. Grayscale: #858585. Windows color (decimal): -3251082 or 7759054. OLE color: 7759054.

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

Color convert

RGB 206 100 118 -
CMYK 0 0.51 0.43 0.19
HSL 349.81º 0.52% 0.6% -
HSV(B) 349.81º 0.51% 0.81% -
XYZ 33.28 23.54 19.93 -
YUV 133.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 206 100 118 0 0.51 0.43 0.19 349.81 0.52 0.6
Hex CE 64 76 0 33 2B 13 15E 34 3C
Octal 316 144 166 0 63 53 23 536 64 74
Binary 11001110 1100100 1110110 0 110011 101011 10011 101011110 110100 111100

Color Harmonies of #CE6476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6476

Black with #CE6476

Text Example


Text Example

White with #CE6476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6476; }

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

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

background-color css

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

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

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

border-color css

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

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

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