Html Css Color HEX #CE466A Cabaret

📋 copy color: '#CE466A'

red 206 ◦ green 70 ◦ blue 106

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

Shades of Cabaret #CE466A

Tints of Cabaret #CE466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 53.93%
G = 18.32%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE466A (or 0xCE466A) is known color: Cabaret. HEX triplet: CE, 46 and 6A. RGB value is (206,70,106). Sum of RGB (Red+Green+Blue) = 206+70+106=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE466A is #31B995. Grayscale: #727272. Windows color (decimal): -3258774 or 6964942. OLE color: 6964942.

HSL color Cylindrical-coordinate representation of color #CE466A: hue angle of 344.12º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE466A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 70 106 -
CMYK 0 0.66 0.49 0.19
HSL 344.12º 0.58% 0.54% -
HSV(B) 344.12º 0.66% 0.81% -
XYZ 30.25 18.54 15.62 -
YUV 114.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 206 70 106 0 0.66 0.49 0.19 344.12 0.58 0.54
Hex CE 46 6A 0 42 31 13 158 3A 36
Octal 316 106 152 0 102 61 23 530 72 66
Binary 11001110 1000110 1101010 0 1000010 110001 10011 101011000 111010 110110

Color Harmonies of #CE466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE466A

Black with #CE466A

Text Example


Text Example

White with #CE466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE466A; }

 p { color: rgb(206,70,106); }

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

background-color css

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

 a { background-color: rgb(206,70,106); }

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

border-color css

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

 span { border-color: rgb(206,70,106); }

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